 @charset "utf-8";

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
		Basic Settings
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}

body {
	line-height: 0;
	font-size: 0px;
	background: #FFF;
}

body #container {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family: "ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;*/
	color: #000;
	line-height: 1.6;
	font-size: 16px;
}

a { 
	color: #EF8200;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}

.hover:hover {
	opacity: 0.7;
	-webkit-opacity: 0.7;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

strong { font-weight: bold; }

ol, ul { list-style: none; }

img { vertical-align: bottom; }

.clr { width:100%; }

.clr:after {
	content: "";
	display: block;
	clear: both;
}

.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }

.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }


#mainCont,
.snsBox,
#wrapper h1 {
	width: 960px;
	margin: 0 auto;
}


#cpTop {
	text-align: center;
}

#wrapper section {
	margin: 10px 0 ;
}


.c {
	text-align: center;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
		Header
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */



/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
		Ccontents Layout
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

html,body{
    width: 100%;
}

/*
.snsBox ul {
	margin: 0 30px;
}
*/

header {
	background-color: #51A611;
	padding: 10px 0;
}

header a {
	color: #FFF;
}


.snsBox li {
	float: left;
	margin-right: 13px;
	text-align: center;
	width: 230px;
	padding: 20px 0;
}

.snsBox li a {
	color: #FFF;
	font-size: 20px;
	font-weight:bold;
}

.snsBox #socialarea_facebook {
	background-color: #4561B0;
}

.snsBox #socialarea_line {
	background-color: #51DA06;
}

.snsBox #socialarea_twitter {
	background-color: #00ACEE;
}

.snsBox #socialarea_google {
	background-color: #DD4B30;
}




.snsBox li:nth-child(4){
	margin-right: 0;
}

.planBtn p {
	text-align: center;
}

#cont01 dt {
	font-weight: bold;
	font-size: 20px;
}

#cont01 h1,
#cont02 h1,
#cont03 h1,
#cont04 h1{
	background-color: #51A611;
	padding: 5px 0 5px 10px;
	color: #FFF;
	margin-bottom: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.prof {
	padding-bottom:20px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #CCC;
}

#cont03 dt,
#cont02 dt,
#cont02 dd {
	color: #51A611;
	font-weight: bold;
}

#cont02 dd {
	font-size: 18px;
}

#cont03 dl {
	border-bottom: dotted 1px #CCC;
	padding-bottom:20px;
	margin-bottom: 20px;
}

#cont03 dt {
	float: left;
	width: 100px;
}

#cont03 p {
	padding: 10px;
	background-color: #FFFF99;
	font-weight: bold;
	font-size: 30px;
	margin-top: 20px;
}

#cont04 div {
	text-align: center;
	background-color: #FFFF99;
}

#cont04 ul {
	font-weight: bold;
	font-size: 18px;
	padding: 20px 50px;
	margin: 20px 0;
}

#cont04 ul {
	 text-align: left; 
	 margin-left: auto; 
	 margin-right: auto;
	 width: 500px;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
		CcontentsTop Layout
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */



/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
		SNS
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */




/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
		contentsMain Style
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */



/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
		footer
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

footer {
	background-color: #51A611;
	padding: 10px 0;
	color: #FFF;
	text-align: center;
}

@media only screen
    and (max-device-width:320px)
    and (orientation:portrait){

wrapper {
	width: 100%;
}

#mainCont{
	padding: 2%;
	width: 96%;
}

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
}


@media screen and (min-width:768px){


	}


	