@charset 'UTF-8';


/*SP表示*/
@media screen and (max-width: 749px) {
.pc_display{
	display:none;
}
.sp_display{
	display:block;
}

}

/*PC表示*/
@media screen and (min-width: 750px) {
.sp_display{
	display:none;
	}
.pc_display{
	display:block;
	}
}


/* CSS Document */

body{
	-webkit-text-size-adjust: 100%;
}

#contents{
	margin-top:0 !important;
	padding-top:50px;
}

#contents ul{
	background: none;
}

#right_content {
	width:670px;
	margin-left:auto;
	margin-right:auto;
}


div#right_content h2 {
	border-bottom:1px solid #EC7392;
	margin-top:30px;
	margin-bottom:20px;
	padding-bottom:10px;
}


.section01 {
	margin-bottom:50px;
	overflow:hidden;
}

.section01 p.txt{
	margin-bottom:30px;
}

.title_text{
	font-size:28px;
	color:#F29E97;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing:1px;
	margin-bottom:30px;
}

.topics_base{
	overflow:hidden;
}


.topics_base div.topics {
	float:left;
	width:316px;
	margin-bottom:40px;
	margin-right:30px;
}

.topics_base div.topics:nth-child(2n){
	margin-right:0;
}

div.mr{
	margin-right:30px;
}

div.topics dl dd a {
	color:#546E87;
		font-size:12px;

}

div.topics dl dt {
	margin-bottom:10px;
}


div.topics dl dd {
	margin-top:5px;
	font-size:12px;
}

div.topics p {
	margin-top:10px;
	padding-left:18px;
	background: url(../img/common/icon_motto.png) left no-repeat;
}

div.topics p a {
	text-decoration:none;
}


/*/////////////スタイル用css////////////////////*/
.mtop20 {
	margin-top:20px;
}

.mtop40 {
	margin-top:40px;
}


.mleft20 {
	margin-left:20px;
}

.mleft100 {
	margin-left:100px;
}

.mtop10 {
	margin-top:10px;
}

.mbot5 {
	margin-bottom:5px;
}

.mbot10 {
	margin-bottom:10px !important;
}

.mbot15 {
	margin-bottom:15px;
}

.mbot20 {
	margin-bottom:20px;
}

.mbot25 {
	margin-bottom:25px;
}

.mbot30 {
	margin-bottom:30px;
}

.mbot40 {
	margin-bottom:40px;
}

.mbot50 {
	margin-bottom:50px;
}

.mbot60 {
	margin-bottom:60px;
}

.mbot70 {
	margin-bottom:70px;
}

.mbot90 {
	margin-bottom:90px !important;
}

.mbot100 {
	margin-bottom:100px !important;
}

.btm0 {
	margin-bottom:0 !important;
}


.center {
	text-align:center;
}