@charaset "utf-8";

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

html{
	overflow-y:scroll;
}

a img{border:none;}

/* clearfix ----------- */
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;
    clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
	min-height:1%;  /* for IE 7*/
} 
/* IE Mac */
* html .clearfix{height: 1%;}
.clearfix{display:block;}
iframe.twitter-share-button {width: 110px!important;}
iframe[src*="www.facebook.com/plugins/like.php"]{width:115px !important;}


/*################################################################################*/

/* リンク色 */
a:link {
	color: #ec7589;
	text-decoration: none;
}
a:visited {
	color: #ec7589;
}
a:hover {
	color: #ffd3da;
}
a:active {
	color: #ec7589; 
}



/*commmon*/
.clear{clear: both;}

body {
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	line-height: 1.4em;
	color: #555;
	margin: 0px;
	background: url(../img/bg.jpg);
	border-top:4px solid #ec7589;
	min-width:1300px;
}

#all {
	width: 1300px;
	background-color:#fff;
	margin: auto;
	min-height:950px;
	border-right: 1px solid #fff;
	border-left: 1px solid #ec7589;
	position:relative;
}

p{
	margin-top: 5px;
	margin-bottom: 5px;	
}

/*
hr{
	clear: both;
	padding-top: 30px;
	margin-bottom: 30px;
	border-bottom: 3px double #FFC1D7;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 0px;
}
*/

hr{
	clear: both;
	padding-top: 25px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 0px;
}

#backTop{
	width:100%;
	max-width:1200px;
	height:0px;
	position:fixed;
	bottom:0px;
	z-index:1;
	background-color:#ec7589;
	text-align:left;
	margin-left:90px;
	color:#fff;
	font-weight:bold;
}

#backTop span{
	height:80px;
	display:inline-block;
	border-radius:200px;
	-webkit-border-right:200px;
	-moz-border-right:200px;
	background-color:#ec7589;
	position:relative;
	top:-50px;
	padding:22px 20px 20px 20px;
	cursor:pointer;
	text-align:center;
}


/*********************************************************************************
/////　　ヘ　ッ　ダ　ー　 //////////////////////////////////////
*********************************************************************************/
header {
	width:295px;
	height:1000px;
	float:left;
	text-align:center;
	padding-top:20px;
}
nav{
	width:75%;
	margin:auto;
	font-weight:bold;
}

nav a:hover{
	color:#ec7589;
}

nav .navBig{
	padding:15px 0 10px;
}

nav .navBig img{
	width:120px;
	margin-top:5px;
}

nav .navShort{
	width:43%;
	display:inline-block;
	vertical-align:top;
	background-position:center center;
	background-repeat:no-repeat;
	padding-top:10px;
}

nav .navShort img{
	margin:10px auto 0 auto;
	width:70px;
	margin-top:-2px;
}

nav .navBig:hover, nav .navShort:hover, nav .navLong:hover{
	background-color:#ffe5c7;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

nav .navLong{
	padding:20px 0;
	padding-left:20px;
	text-align:left;
}

nav .navLong img{
	vertical-align:middle;
	margin-right:10px;
}

nav .help{
	margin:auto;
	background-color:#ec7589;
	color:#fff;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	padding:5px 0;
}

nav .help a{
	color:#fff;
}

nav .help:hover{
	color:#ec7589;
	background-color:#eee;
}


nav .help span{
	color:#ec7589;
	font-size:16px;
	background-color:#fff;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	width:20px;
	padding-top:2px;
	display:inline-block;
	vertical-align:middle;
}


nav hr.fit{
	clear: both;
	padding-top: 5px;
	margin-bottom: 5px;
	border-bottom:1px solid #ccc;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 0px;
}

.other{
	display:none;
}

/*ジャック用*/
#leftBanner img{
	width: 100%;
	border: solid 1px #ccc;
	max-width: 222px;
}


/*********************************************************************************
/////　　コ　ン　テ　ン　ツ　 //////////////////////////////////////
*********************************************************************************/

#contents {
	width:940px;
	border-left: 1px solid #ec7589;
	float:right;
	padding:30px;
	min-height:1000px;
}


/*********************************************************************************
/////　　フ　ッ　タ　ー　 //////////////////////////////////////
*********************************************************************************/
footer {
	text-align: center;
	padding:30px 0;
	background-color:#ec7589;
	color:#fff;
	z-index:1;
	position:relative;
	min-width:1300px;
}

.footerLink a{
	color:#fff;
}

.footerLink a:hover{
	text-decoration:underline;
}

footer .sns img{
	border: solid 1px #fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

/*################################################################################
  media query
################################################################################*/
@media screen and (max-width: 1000px) {
body{
	min-width:inherit;
}
	
#all{
	width:auto;
	min-width:inherit;
	min-height:inherit;
	border-left: none;
}

#contents{
	min-width:inherit;
	width:auto;
	float: none;
	border-left: none;
	border-right:none;
	padding:20px 20px 100px;
	min-height:inherit;
}

footer{
	min-width:inherit;
	padding: 30px 2%;
}

#backTop{
	text-align:center;
	margin-left:0;
}


/*----------------------------
ヘッダー
-----------------------------*/
/* スマホメニュー*/
/*#smpNavi{display: block;}*/
#submit_botton {height:25px;position:relative; top:5px;}

header{
	min-width:inherit;
	width:auto;
	height:auto;
	float:none;
	padding-top:10px;
	margin:auto;
	margin-bottom:20px;
	border-bottom: 1px dashed #aaa;
}

header img.logo{
	width:50%;
	max-width:220px;
}


nav{
	/*display:none;*/
	width:90%;
	padding-bottom:20px;
	font-size:10px;
	font-size:12px;
}

nav ul{
	margin-top:20px;
}

nav li{
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

nav .navBig, nav .navShort, .other{
	width:13%;
	padding:15px 0;
	display:inline-block;
	border: solid 1px #ccc;
	margin-bottom:3px;
	text-align:center;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

nav .navBig img{
	width:90%;
	max-width:85px;
	margin:11px 0 12px;
}

nav img{
	vertical-align:bottom;
}

nav .navLong, nav .help{
	width:32.5%;
	padding:5px 0;
	display:inline-block;
	background-color:#ec7589;
	color:#fff;
	margin-top:5px;
	margin-bottom:3px;
	text-align:center;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

nav a li:hover, .other:hover{
	cursor:pointer;
	color:#ec7589;
	background-color:#eee;
}
	
nav br, .fit, #smpSub img, .other{
	display:none;
}

nav a br{
	display:block;
}

/*ジャック用*/
#leftBanner{
	display: none;
}

	
}
/* ***********************************************************
スマホタブレット
*********************************************************** */
@media screen and (max-width: 768px) {	

body{
	min-width:inherit;
}

#all {
	min-width:inherit;
	min-height:inherit;
	border-right:none;
	position:relative;
}

img {max-width: 100%;height: auto;vertical-align: bottom;}

#contents {
	min-width:inherit;
	padding:0 10px;
	padding-bottom:100px;
}

header{
	min-width:inherit;
	width:100%;
}

footer{
	min-width:inherit;
}

nav .navBig, nav .navShort, .other{
	width:24%;
	background-color:#ec7589;
	border:none;
	color:#fff;
}


nav .navBig br, nav .navShort br{
	display:none;
}
.other{
	width:24%;
	padding:15px 0;
	display:inline-block;
	background-color:#ffe5c7;
	color:#ec7589;
	margin-bottom:3px;
	text-align:center;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

nav .navLong, nav .help{
	width:100%;
	background-color:#eee;
	color:#ec7589;
	margin-top:0;
}

nav .navBig img, nav .navShort img, nav .navLong img, nav .help span{
	display:none;
}

nav li{
	color:#fff;
	line-height:-1em;;
}

nav a li:hover, .other:hover{
	cursor:pointer;
	color:#ec7589;
	background-color:#eee;
}
	
nav br, .fit, #smpSub, a br{
	display:none;
}

#smpSub li:hover{
	background-color:#ffe5c7;
}

	
}


/* ***********************************************************
スマホ専用
*********************************************************** */
@media screen and (max-width: 480px) {

/* box-sizingでサイズを統一管理 */
div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,form,input,textarea,button,table,tr,th,td,article,aside,footer,header,hgroup,nav,section,img,a,p{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*全体の横幅width*/
#all {
	width:inherit;
	max-width: 100%;
	border:none;
	padding:5px 0;
}


/*********************************************************************************
/////　　コ　ン　テ　ン　ツ　 //////////////////////////////////////
*********************************************************************************/
#contents {
	width:auto;
	border-left:none;
	float:none;
	padding:0 10px;
	padding-bottom:100px;
}

/*----------------------------
ヘッダー
-----------------------------*/
/* スマホメニュー*/
/*#smpNavi{display: block;}*/
#submit_botton {height:25px;position:relative; top:5px;}

header{
	width:100%;
	height:auto;
	float:none;
	padding-top:10px;
	padding-bottom:20px;
	margin:auto;
	margin-bottom:20px;
}

header img.logo{
	width:50%;
}


nav{
	/*display:none;*/
	width:95%;
	padding-bottom:0;
	font-size:10px;
	font-size:12px;
}

nav li{
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

nav .navBig, nav .navShort, .other{
	width:24%;
	padding:15px 0;
	display:inline-block;
	background-color:#ec7589;
	color:#fff;
	margin-bottom:3px;
	text-align:center;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.other{
	width:24%;
	padding:15px 0;
	display:inline-block;
	background-color:#ffe5c7;
	color:#ec7589;
	margin-bottom:3px;
	text-align:center;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

nav .navLong, nav .help{
	width:100%;
	padding:5px 0;
	display:inline-block;
	background-color:#eee;
	color:#ec7589;
	margin-bottom:3px;
	text-align:center;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

nav .navBig img, nav .navShort img, nav .navLong img, nav .help span{
	display:none;
}

nav li{
	color:#fff;
}

nav a li:hover, .other:hover{
	cursor:pointer;
	color:#ec7589;
	background-color:#eee;
}
	
nav br, .fit, #smpSub{
	display:none;
}

#smpSub li:hover{
	background-color:#ffe5c7;
}

	
}