@charset "UTF-8";





/** 01. Globals
 **************************************************************** **/
.content_full {
	margin: -10px -10px 0;
	padding-bottom: 20px;
}

.content_full.top {
	border-radius: 5px 5px 0 0;
}

.img_full {
	margin: 0px -10px;
}

.wf-roundedmplus1c {
	font-family: "Rounded Mplus 1c","游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}

.contact.module-blue {
	border:solid #A6D6F7 3px;
	background: #FFF;
}





/** 02. インデント追加
 **************************************************************** **/
span.rev_ind {					/* spanブロック化 */
	display: block;
	padding: 0 0 0 0.5em;
	text-indent: -0.5em;
}

span.rev_ind i {
	text-indent: 0;
}

span[class*="ind"] i { /* セレクタ名の部分一致 */
	text-indent: 0;
}

span[class*="ind"] a.btn { /* セレクタ名の部分一致 */
	text-indent: 0;
}

span.ind_005 {					/* spanブロック化 */
	display: block;
	padding-left: 0.5em;
	text-indent: -0.5em;
}

span.ind_01 {					/* spanブロック化 */
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}



.comment_phoho {
	border-radius: 50%;
}

