﻿/*------------------------------------------------------------------------------
        CSS for TS-Framework.
                ver 00
------------------------------------------------------------------------------*/

/*------------------------------------------------
  Global Configurations.
------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%; /* Prevent font scaling */
}

body {
	background: #ffffff;
	color: #000000;
	font-family:  "kozuka-gothic-pr6n", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}




a:link    { color: #333333; }
a:visited { color: #333333; }
a:hover   { color: #7f7f7f; }
a:active  { color: #7f7f7f; }

a:hover{
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";

}

#wrapper {
	width: 100%;
	min-width: 1100px;
	background: #5e5e5e;
}
@media only screen and ( max-width: 640px ) {
	#wrapper {
		width: 100%;
		min-width: 100%;
	}
}

.smp-sw_pc_i { display: inline; }
.smp-sw_mobile_i { display: none; }
.smp-sw_pc_b { display: block; }
.smp-sw_mobile_b { display: none; }
@media only screen and ( min-width: 961px ) {
	.smp-sw_pc_i { display: inline; }
	.smp-sw_mobile_i { display: none; }
	.smp-sw_pc_b { display: block; }
	.smp-sw_mobile_b { display: none; }
}
@media only screen and ( min-width: 641px ) and ( max-width: 960px ) {
	.smp-sw_pc_i { display: inline; }
	.smp-sw_mobile_i { display: none; }
	.smp-sw_pc_b { display: block; }
	.smp-sw_mobile_b { display: none; }
}
@media only screen and ( max-width: 640px ) {
	.smp-sw_pc_i { display: none; }
	.smp-sw_mobile_i { display: inline; }
	.smp-sw_pc_b { display: none; }
	.smp-sw_mobile_b { display: block; }
}

.bold { font-weight: bold; }
.fs9  { font-size:  9px; line-height: 1.5; }
.fs10 { font-size: 10px; line-height: 1.5; }
.fs11 { font-size: 11px; line-height: 1.5; }
.fs12 { font-size: 12px; line-height: 1.5; }
.fs13 { font-size: 13px; line-height: 1.5; }
.fs14 { font-size: 14px; line-height: 1.5; }
.fs15 { font-size: 15px; line-height: 1.5; }
.fs16 { font-size: 16px; line-height: 1.5; }
.fs17 { font-size: 17px; line-height: 1.5; }
.fs18 { font-size: 18px; line-height: 1.5; }
.fs19 { font-size: 19px; line-height: 1.5; }
.fs20 { font-size: 20px; line-height: 1.5; }
.fs21 { font-size: 21px; line-height: 1.5; }
.fs22 { font-size: 22px; line-height: 1.5; }
.fs23 { font-size: 23px; line-height: 1.5; }
.fs24 { font-size: 24px; line-height: 1.5; }
.fs25 { font-size: 25px; line-height: 1.5; }
.fs26 { font-size: 26px; line-height: 1.5; }
.fs27 { font-size: 27px; line-height: 1.5; }
.fs28 { font-size: 28px; line-height: 1.5; }
.fs29 { font-size: 29px; line-height: 1.5; }
.fs30 { font-size: 30px; line-height: 1.5; }
.fs31 { font-size: 31px; line-height: 1.5; }
.fs32 { font-size: 32px; line-height: 1.5; }
.fs33 { font-size: 33px; line-height: 1.5; }
.fs34 { font-size: 34px; line-height: 1.5; }
.fs35 { font-size: 35px; line-height: 1.5; }
.fs36 { font-size: 36px; line-height: 1.5; }
.fs37 { font-size: 37px; line-height: 1.5; }
.fs38 { font-size: 38px; line-height: 1.5; }
.fs39 { font-size: 39px; line-height: 1.5; }
.fs40 { font-size: 40px; line-height: 1.5; }

.left { float: left; }
.right { float: right; }

section,
article,
div,
p,
header,
a,
dt,
dd
{
	box-sizing:border-box;
}




.pc_only{
	display:block;
}

.smp_only{
	display:none;
}



@media only screen and ( max-width: 640px ) {

.pc_only{
	display:none;

}

.smp_only{
	display:block;
}

}




/*------------------------------------------------
  header
------------------------------------------------*/
header {
	width: 980px;
	margin: 0 auto 0;
	background: #fff;
	min-width:980px;
	max-width:1800px;
}

@media only screen and ( max-width: 640px ) {
	header {
		width: 100%;
	min-width:100%;
	max-width:100%;
	}

	header img{
	width: 70%;
	}
}


/*------------------------------------------------
  maincontents
------------------------------------------------*/
section,article {
	margin: 0 auto 0;
	min-width:980px;
	box-sizing:border-box;
}

@media only screen and ( max-width: 640px ) {
	section,article {
		width: 100%;
		min-width:100%;
		max-width:100%;
	}
}

h2{
	font-size:33px;
}

@media only screen and ( max-width: 640px ) {
	h2{
		font-size:24px;
	}
}

/*------------------------------------------------
 ID : mainimg
------------------------------------------------*/

#mainimg{
	position:relative;
	overflow:hidden;
	max-width:1800px;
	height:auto;
}

#mainimg .map{
	position: absolute;
	top: 29.6%;
	left: 18.5%;
	width: 26.0%;
}

@media only screen and ( max-width: 640px ) {
	#mainimg .map{
		position: absolute;
		top: 14.6%;
		left: 4.9%;
		width: 37.4%;
	}
}


#mainimg .map img{
	width: 100%;
}


#mainimg .dai{
	position: absolute;
	bottom: -10px;
	right: 0;
}

@media only screen and ( max-width: 640px ) {
#mainimg .dai{
display: none;
}

}

#mainimg .dai img{
	width: 200px;
}


#mainimg > img{
	width:100%;
}

.oldbtn{
	position: absolute;
	top: 53.4%;
	left: 17%;
	width: 23.5%;
}

#mainimg > .cont{
	position:absolute;
	top:23.5%;
	left:18%;
	width:52.5%;
}

#mainimg > .cont2{
	top:4%;
	position:absolute;
	left:18%;
	width:57.5%;
	z-index: 10;
}

#mainimg > .cont3{
	position:absolute;
	top:38.0%;
	left:18%;
	width:52.5%;
}

@media only screen and ( max-width: 640px ) {
#mainimg{
	max-width:100%;
	width:100%;
	-moz-background-size:contain;
	background-size:contain;
}


#mainimg > .cont{
	position:relative;
	width:94%;
	margin:0.6% auto 74%;
	top:auto;
	left:auto;

}

#mainimg > .cont2{
	position:relative;
	width:78%;
	margin:3.5% auto 0;
	top:auto;
	left:auto;
}

#mainimg > .cont3{
	position:relative;
	width:92%;
	margin:0 auto;
	top:auto;
	left:auto;
	color:#fc357c;
}

#mainimg > .cont3 p{
	color:#fc357c;
	font-size:11px;
}

.con3p p{
	position:relative;
	width:92%;
	margin:0 auto;
	top:auto;
	left:auto;
	color:#fc357c;
	font-size:11px;
}

}


#mainimg > .cont img,
#mainimg > .cont2 img,
#mainimg > .cont3 img
{
	width:100%;
}


#mainimg h1{
}

#mainimg h2{
}

#mainimg h3{
	margin-top:5px;

}


/*------------------------------------------------
 ID : entry
------------------------------------------------*/

#entry{
}


#entry > div{
	text-align:center;
}

#entry dl{
	overflow:hidden;
	margin:10px auto;
	width:980px;
}

#entry dt{
	float:left;
	margin-left:48px;
}

#entry dd{
	margin-left:460px;
}

#entry a{
	font-weight:bold;
	font-size:20px;
	text-decoration:none;
	text-align:center;
	color:#fff;
	width:420px;
	display:block;
	padding:5px 0 2px;
	margin:0 auto;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#entry a:hover{
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}


#entry > dl > dt a{
	background:#79b404 url(../images/hand_arrow.png) no-repeat 30px center;
		border-bottom:#578202 4px solid;}

#entry > dl > dt a:hover{
	background:#578202 url(../images/hand_arrow.png) no-repeat 40px center;
}

#entry > dl > dd a{
	background:#f76c9d url(../images/hand_arrow.png) no-repeat 30px center;
	border-bottom:#d54f7f  4px solid;}

#entry > dl > dd a:hover{
	background:#d54f7f url(../images/hand_arrow.png) no-repeat 40px center;
}


@media only screen and ( max-width: 640px ) {

#entry a{
	-webkit-transition: all .0s;
	transition: all .0s;
	width:92%;
	font-size:17px;
	text-align:left;
	padding-left:48px;
}

#entry a:hover{
	-webkit-transition: all .0s;
	transition: all .0s;
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	}


#entry dl{
	overflow:hidden;
	margin:10px auto;
	width:100%;
}

#entry dt{
	float:none;
	margin-left:0px;
}

#entry dd{
	margin-left:0px;
	margin-top:10px;
}

#entry > dl > dt a{
	background:#79b404 url(../images/hand_arrow.png) no-repeat 10px center;
	border-bottom:#578202 4px solid;}

#entry > dl > dt a:hover{
	background:#79b404 url(../images/hand_arrow.png) no-repeat 10px center;
}

#entry > dl > dd a{
	background:#f76c9d url(../images/hand_arrow.png) no-repeat 10px center;
	border-bottom:#d54f7f  4px solid;}

#entry > dl > dd a:hover{
	background:#f76c9d url(../images/hand_arrow.png) no-repeat 10px center;
}

}


/*------------------------------------------------
 ID : oubo
------------------------------------------------*/

#oubo{
	background:#f9f9f9;
	overflow:hidden;
	padding:18px 0 28px;
	margin:28px 0 0 0;
}

@media only screen and ( max-width: 640px ) {
#oubo{
	background:#BFE3F2;
	overflow:hidden;
	padding:18px 0 28px;
	margin:8px 0 0 0;
}
}

#oubo h2{

	font-weight:bold;
	margin:0 auto;
	color:#FF006B;
	text-align:center;
}


#oubo > .oubo_ul{
	width:980px;
	margin:18px auto 0;
}

#oubo > .oubo_ul h3{
	font-size:15px;
	font-weight:bold;
	color:#a8934c;
	text-align:center;
	margin-bottom:21px;
}

@media only screen and ( max-width: 640px ) {
#oubo > .oubo_ul{
	width:92%;
	margin:18px auto 0;
}

#oubo > .oubo_ul h3{
	font-size:20px;
	font-weight:bold;
	color:#a8934c;
	text-align:center;
	margin-bottom:11px;
}

}

#oubo > .oubo_ul > li:nth-of-type(1),
#oubo > .oubo_ul > li:nth-of-type(2),
#oubo > .oubo_ul > li:nth-of-type(3){

	background:#f5f5f5;
	width:208px;
	height:200px;
	padding:10px 4px 10px 16px;
	position:relative;
	box-sizing:border-box;
	float:left;
}


@media only screen and ( max-width: 640px ) {
#oubo > .oubo_ul > li:nth-of-type(1),
#oubo > .oubo_ul > li:nth-of-type(2),
#oubo > .oubo_ul > li:nth-of-type(3){

	background:#f5f5f5;
	width:100%;
	height:120px;
	padding:10px 10px 10px 10px;
	position:relative;
	box-sizing:border-box;
	float:left;

	}

}

#oubo > .oubo_ul > li:nth-of-type(2),
#oubo > .oubo_ul > li:nth-of-type(3),
#oubo > .oubo_ul > li:nth-of-type(4){
	margin-left:49px;
}

@media only screen and ( max-width: 640px ) {
#oubo > .oubo_ul > li:nth-of-type(2),
#oubo > .oubo_ul > li:nth-of-type(3),
#oubo > .oubo_ul > li:nth-of-type(4){
	margin-left:0px;
	margin-top:30px;

}
}


#oubo > .oubo_ul > li:nth-of-type(4){
	background:#f5f5f5;
	width:208px;
	height:200px;
	padding:10px;
	position:relative;
	box-sizing:border-box;
	float:left;

}


@media only screen and ( max-width: 640px ) {
#oubo > .oubo_ul > li:nth-of-type(4){
	background:#f5f5f5;
	width:100%;
	height:145px;
	padding:10px;
	position:relative;
	box-sizing:border-box;
	float:left;
}
}

#oubo > .oubo_ul > li:nth-of-type(1):after,
#oubo > .oubo_ul > li:nth-of-type(2):after,
#oubo > .oubo_ul > li:nth-of-type(3):after{
	height:0px;
	width:0px;
	border-right:0px solid transparent;
	border-top:100px solid transparent;
	border-bottom:100px solid transparent;
	border-left:#f5f5f5 36px solid;
	position:absolute;
	content:"";
	top:0;
	right:-36px;
}

@media only screen and ( max-width: 640px ) {
#oubo > .oubo_ul > li:nth-of-type(1):after,
#oubo > .oubo_ul > li:nth-of-type(2):after,
#oubo > .oubo_ul > li:nth-of-type(3):after{
    border-top: 25px solid #f5f5f5;
	    border-left: 145px solid transparent;
	    border-right: 145px solid transparent;
		border-bottom:0px solid transparent;
	    content: "";
	    position: absolute;
		top:auto;
		bottom:-24px;
	    left: 50%;/* 中央寄せに使用 */
	    margin-left: -145px; /* 中央寄せに使用 */
	}

}


#oubo > .oubo_ul > li > div{
	height:140px;
	display:table;
	vertical-align:middle;
	text-align:center;
	width:100%;
}

@media only screen and ( max-width: 640px ) {
#oubo > .oubo_ul > li > div{
	height:80px;
	display:table;
	vertical-align:middle;
	text-align:center;
	width:100%;
}
}

#oubo > .oubo_ul > li > div > p{
	height:140px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

@media only screen and ( max-width: 640px ) {
#oubo > .oubo_ul > li > div > p{
	height:auto;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
}

#oubo > .oubo_ul > li > div > p >img{
	width:150px;
}
@media only screen and ( max-width: 640px ) {
#oubo > .oubo_ul > li > div > p >img{
	width:28%;
}
}

#oubo > .oubo_ul a{
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
	text-align:center;
	color:#fff;
	border-bottom:#578202 4px solid;
	background:#79b404 url(../images/hand_arrow.png) no-repeat center 72px;
	width:183px;
	display:block;
	padding:36px 0 40px;
	margin:0 auto;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#oubo > .oubo_ul a:hover{
	background:#578202 url(../images/hand_arrow.png) no-repeat 10px center;
	-webkit-transition: all .5s;
	transition: all .5s;
	padding:40px 0 36px 30px;
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}





@media only screen and ( max-width: 640px ) {

#oubo > .oubo_ul a{
	font-weight:bold;
	font-size:22px;
	text-decoration:none;
	text-align:center;
	color:#fff;
	border-bottom:#578202 4px solid;
	background:#79b404 url(../images/hand_arrow.png) no-repeat 20px center;
	width:100%;
	display:block;
	padding:5px 0 2px;
	margin:0 auto;
	-webkit-transition: all .0s;
	transition: all .0s;
}

#oubo > .oubo_ul a:hover{

	background:#79b404 url(../images/hand_arrow.png) no-repeat 20px center;
	-webkit-transition: all .0s;
	transition: all .0s;
	opacity:1;
	padding:5px 0 2px;
	margin:0 auto;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

}




/*------------------------------------------------
 ID : plusone
------------------------------------------------*/

#plusone{
	width:980px;
	margin:28px auto 0;

}


@media only screen and ( max-width: 640px ) {
#plusone{
	width:100%;
	margin:28px auto 0;

}
}

#plusone .h3_wrap{
	display:table;
	vertical-align:middle;
}
@media only screen and ( max-width: 640px ) {
#plusone .h3_wrap{
	display:table;
	vertical-align:middle;
	width:100%;
}
}


#plusone h3{
	width:388px;
	margin:0 auto;
	background:#e6427c;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	line-height:1.35;
	display:table-cell;
	vertical-align:middle;

	position:relative;
	height:64px;
}

@media only screen and ( max-width: 640px ) {
#plusone h3{
	width:100%;
	font-size:14px;
}
}

#plusone h3:before{
	height:0px;
	width:0px;
	border-right:0px solid transparent;
	border-top:32px solid transparent;
	border-bottom:32px solid transparent;
	border-left:#fff 14px solid;
	position:absolute;
	content:"";
	top:0;
	left:0px;
}
#plusone h3:after{
	height:0px;
	width:0px;
	border-left:0px solid transparent;
	border-top:32px solid transparent;
	border-bottom:32px solid transparent;
	border-right:#fff 14px solid;
	position:absolute;
	content:"";
	top:0;
	right:0px;
}


#plusone > ul{
	overflow:hidden;
	margin:0 auto;
	width:880px;
}

@media only screen and ( max-width: 640px ) {
#plusone > ul{
	overflow:hidden;
	margin:0 auto;
	width:100%;
}
}

#plusone > ul > li{
	float:left;
}

#plusone > ul > li:nth-of-type(1) img,
#plusone > ul > li:nth-of-type(3) img
{
width:382px;
}

@media only screen and ( max-width: 640px ) {
#plusone > ul > li:nth-of-type(1),
#plusone > ul > li:nth-of-type(3)
{
width:100%;
margin:0 auto;
text-align:center;
}


#plusone > ul > li:nth-of-type(1) img,
#plusone > ul > li:nth-of-type(3) img
{
width:92%;
margin:0 auto;
}
}


#plusone > ul > li:nth-of-type(2)
{
	padding:13px;
}


@media only screen and ( max-width: 640px ) {
#plusone > ul > li:nth-of-type(2)
{
	padding:13px;
	text-align:center;
	width:100%;
	box-sizing:border-box;
}
}

#plusone > ul > li:nth-of-type(2) img
{
width:71px;
}

@media only screen and ( max-width: 640px ) {
#plusone > ul > li:nth-of-type(2) img
{
width:10%;
}

}

#plusone .plusone_img{
	margin-top:20px;

}

#plusone .plusone_img020{
	margin-top:105px;

}
@media only screen and ( max-width: 640px ) {
#plusone .plusone_img020{
	margin-top:0px;

}
}










/*------------------------------------------------
 ID : kiyaku
------------------------------------------------*/

#kiyaku{

	width:980px;
	margin:28px auto 0;
	border-top:#878787 1px dotted;
	padding-top:28px;

}

#kiyaku h2{
	font-weight:bold;
	margin:0 auto;
	color:#e85a8d;
	text-align:center;
}



@media only screen and ( max-width: 640px ) {
#kiyaku{

	width:100%;
}
}

.iframebox{
	margin-top:16px;
}


/*------------------------------------------------
 ID : camp
------------------------------------------------*/

#camp{

	width:980px;
	margin:15px auto 0;
	padding-top:28px;

}

@media only screen and ( max-width: 640px ) {
#camp{

	width:100%;
	margin:0px auto 0;
	padding-top:28px;
	box-sizing:border-box;


}

}


.camp_toiawase{
	font-size:14px;
	margin-top:28px;
}

@media only screen and ( max-width: 640px ) {
.camp_toiawase{
	width:92%;
	font-size:14px;
	margin:28px auto 0;
	display:block;
	box-sizing:border-box;
}
}



.natudiv{
	width:980px;
	margin:28px auto;
	text-align:center;
}

.natudiv img{
	width:100%;
}


@media only screen and ( max-width: 640px ) {
.natudiv{
	width:92%;
	margin:10% auto;
}
}







@media only screen and ( max-width: 640px ) {
.mantext{
	width:90%;
	padding:5%;
}
.mantext h3{
	font-size:16px;
	color:#595757;
	padding-left:54px;
	height:auto;
	overflow:hidden;
	min-height:42px;
}


.btn-group {
	width:100%;
}

.btn-group .text{
	width:90%;
	margin:10px 5%;
	box-sizing:border-box;
}
.btn-group .btn{
	width:100%;
	padding:10px 5%;
	margin:0;
	box-sizing:border-box;
}
.btn-group .btn a{
	width:90%;
	padding:0;
	margin:0;
}

.btn-group .btn img{
	width:100%;
	padding:0;
	margin:0;
}

.btn-group .btn:nth-of-type(2){
	width:100%;
	padding:10px 5% 0px;
	margin:0;
	box-sizing:border-box;
}


}




.t-point_pc{
	margin:0 auto;
	text-align:center;
}

.t-point_smp{
	display:none;
}

@media only screen and ( max-width: 640px ) {

.t-point_pc{
	margin:0 auto;
	text-align:center;
	display:none;
}

.t-point_smp{
	margin:0 auto 10px;
	text-align:center;
	display:block;
	width:92%;
}

.t-point_smp img{
	width:100%;
}


}




/*------------------------------------------------
  footer
------------------------------------------------*/
footer {
	width: 980px;
	margin: 0 auto 0;
}

@media only screen and ( max-width: 640px ) {
	footer {
		width: 100%;
	}
}



/*------------------------------------------------
  footer
------------------------------------------------*/
#BacktoTop {
    text-align: right;
}

#Footer {
	width: 985px;
	margin: 0 auto;
}
#Footer a {
    text-decoration: none;
}
#Footer a:hover {
    text-decoration: underline;
}
#BacktoTop {
    text-align: right;
}
#FooterWeddingId {
    float: right;
    text-align: right;
    width: 190px;
}
#FooterWeddingLink ul li {
    border-right: 1px solid #ccc;
    float: left;
    font-size: 12px;
    margin: 10px 4px 0 0;
    padding: 3px 4px 0 0;
}
#FooterWeddingLink ul li.last {
    border-right: medium none;
    margin-right: 0;
    padding-right: 0;
}
#FooterCorpInfo {
    border-top: 6px solid #ff6699;
    display: inline;
    float: left;
    margin: 10px 0 0;
    padding-top: 5px;
    width: 985px;
}
#FooterCorpId {
    float: left;
    width: 300px;
}
#FooterCorpName {
    float: left;
    margin-top: 2px;
    width: 100px;
}
#copyright {
    color: #333;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 1.2;
    margin: 3px 0 0 10px;
    text-align: left;
    width: 190px;
}
#FooterCorpLink {
    float: right;
    width: 600px;
}
#FooterCorpLink ul li {
    border-right: 1px solid #ccc;
    float: left;
    font-size: 12px;
    margin: 0 8px 7px 0;
    padding: 3px 8px 0 0;
}
#FooterCorpLink ul li.last {
    border-right: medium none;
    margin-right: 0;
    padding-right: 0;
}

@media only screen and ( max-width: 640px ) {
#Footer {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background:#FFFFFF;
}
#FooterWeddingId {
    float: center;
    text-align: center;
    width: 100%;
}

#FooterCorpInfo {
    border-top: 6px solid #ff6699;
    display: inline;
    float: left;
    margin: 10px 0 0;
    padding-top: 5px;
    width: 100%;
}
#BacktoTop {
    text-align: center;

}
#FooterCorpLink {
    float: right;
    width: 100%;
}

#FooterCorpLink ul {
    margin-top:5px;
}


#FooterCorpLink ul li {
    border-right: 1px solid #ccc;
    float: left;
    font-size: 12px;
    margin: 0 8px 0px 0;
    padding: 0px 8px 0 0;
}

#FooterWeddingLink {
    margin-top: 35px;
}


#FooterWeddingLink ul li {
    border-right: 1px solid #ccc;
    float:left;
    font-size: 11px;
    margin: 0px 4px 0 0;
    padding: 3px 4px 0 0;
}

}












.ring2017wrap{
	background: #fff;
	width: 100%;
	padding: 20px 0;
}

.ring2017wrap *{
	box-sizing: border-box;
}

.ring2017{
	width: 980px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
	font-size: 15px;
	border: 1px solid #dadbdb;
}

.ring2017 dt{
	width: 550px;
	float: left;
	padding: 15px;}

.ring2017 dd{
	width: 352px;
	padding: 15px;
	float: right;
}

.ring2017 dd img{
	width: 100%;
}



.ring2017 h4{
	font-size: 22px;
	font-weight: bold;
}

@media only screen and (max-width:640px){
.ring2017{
	font-size: 13px;
	width: 100%;
	}


.ring2017 h4{
	font-size: 16px;
}
.ring2017 dt{
	width: 100%;
	float: left;
	padding: 15px;}

.ring2017 dd{
	width: 100%;
	padding: 15px;
	float: right;
}

}
