/* ===================================================================
CSS information
 file name  :  common.css
 style info :  基本構造（common.css）
 admin info :  Maho Noda
=================================================================== */
body {
	background-color:#FFFFFF;
}

/* basicのスタイル記述 */
/* ========== header ========== */
#header {
	overflow: hidden;
	width: 980px;
	margin: 0 auto 10px;
}
#header h1 {
	margin: 30px auto 36px;
	overflow: hidden;
	width: 90px;
	height: 90px;
	background: url(../images/logo.png) no-repeat 0 0;
}
#header h1 a {
	display: block;
	width: 90px;
	height: 0px;
	padding-top: 90px;
}
/* nav */
#nav {
	width: 980px;
	height: 44px;
}
#nav ul {
	overflow: hidden;
	margin: 0 auto;
	width: 822px;
	height: 44px;
}
#nav ul li {
	float: left;
	height: 44px;
}
#nav ul li a {
	display: block;
	padding-top: 44px;
	height: 0px;
	background: url(../images/nav.gif) 0 0 no-repeat;
}
#nav ul li.nav01 a {
	width: 163px;
	background-position: 0 0;
}
#nav ul li.nav02 a {
	width: 122px;
	background-position: -163px 0;
}
#nav ul li.nav03 a {
	width: 114px;
	background-position: -285px 0;
}
#nav ul li.nav04 a {
	width: 109px;
	background-position: -399px 0;
}
#nav ul li.nav05 a {
	width: 170px;
	background-position: -508px 0;
}
#nav ul li.nav06 a {
	width: 144px;
	background-position: -678px 0;
}
#nav ul li.nav01 a:hover { background-position: 0 -40px;}
#nav ul li.nav02 a:hover { background-position: -163px -40px;}
#nav ul li.nav03 a:hover { background-position: -285px -40px;}
#nav ul li.nav04 a:hover { background-position: -399px -40px;}
#nav ul li.nav05 a:hover { background-position: -508px -40px;}
#nav ul li.nav06 a:hover { background-position: -678px -40px;}

/* ========== main ========== */
#main {
	width: 100%;
	height: 350px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	background: url(../images/main_mask.png) repeat scroll 0 0 transparent;
}
#main_inner {
	width: 980px;
	height: 350px;
	margin: 0 auto;
	position: relative;
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
}
#main ul {
	overflow: hidden;
	width: 980px;
	height: 350px;
	background: url(../images/loading.gif) no-repeat scroll center center transparent;
	top:0;
	left:0;
}
#main ul img {
	display: block;
	width: 980px;
	height: 350px;
	float: left;
	border: 0;
}
#main .main_nav .prev {
	overflow: hidden;
	display: block;
	width: 40px;
	height: 0px;
	padding-top: 40px;
	background: url(../images/prev.png) no-repeat #75cad3;
	position: absolute;
	top: 155px;
	left:-20px;
	z-index:2;
}
#main .main_nav .next {
	overflow: hidden;
	display: block;
	width: 40px;
	height: 0px;
	padding-top: 40px;
	background: url(../images/next.png) no-repeat #75cad3;
	position: absolute;
	top: 155px;
	right:-20px;
	z-index:2;
}
#main .main_nav .prev:hover, #main .main_nav .next:hover {
	background-color: #509EB0;
}

/* ========== contents ========== */
#contents {
	width: 980px;
	margin: 0 auto;
}
/* order */
.order {
	position: relative;
	overflow: hidden;
	padding: 40px 80px;
	margin-bottom: 20px;
	background: url(../images/order_bg.gif) repeat 0 0;
}
.order h1 {
	overflow: hidden;
	height: 0;
	padding-top: 19px;
	margin-bottom: 20px;
	background: url(../images/order_ttl.png) no-repeat 0 0;
}
.step {
	overflow: hidden;
}
.step ul {
	overflow: hidden;
	float: left;
}
.step01, .step02, .step03, .step04 {
	float: left;
	overflow: hidden;
	width: 120px;
	height: 0px;
	padding-top: 120px;
}
.step01 { background: url(../images/order_step01.png) no-repeat 0 0;}
.step02 { background: url(../images/order_step02.png) no-repeat 0 0;}
.step03 { background: url(../images/order_step03.png) no-repeat 0 0;}
.step04 { background: url(../images/order_step04.png) no-repeat 0 0;}
.order_arrow {
	float: left;
	overflow: hidden;
	width: 50px;
	height: 0px;
	padding-top: 120px;
	background: url(../images/order_arrow.png) no-repeat 0 0;
}
.order_btn {
	overflow: hidden;
	float: right;
	width: 130px;
	height: 30px;
	margin-top: 44px;
	background-color: #75cad3;
}
.order_btn span {
	display: block;
	height: 0;
	padding-top: 30px;
	background: url(../images/order_btn.png) no-repeat 11px 8px;
}
a:hover.order_btn {
	background-color: #509eb0;
}
.order .ribon {
	position: absolute;
	display: inline-block;
	left: -16px;
	top: 14px;
	background: #b5e3e8;
	width: 150px;
	-webkit-transform: rotate(150deg);
	-moz-transform: rotate(150deg);
	-o-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	height: 25px;
}
.ie8 .order .ribon/* IE8 */ {
	display: none;
}
.order .ring {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 43px;
	height: 53px;
	background: url(../images/order_icon.png) no-repeat 0 0;
}
/* banner */
.slider {
	position: relative;
}
.slider .flexslider {
	height: 100px;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}
.slider ul li {
	margin-right: 20px;
	height: 100px;
}
/* news */
.news .ttl {
	height: 20px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	margin-bottom: 15px;
}
.news .ttl h1 {
	width: 136px;
	height: 0;
	padding-top: 20px;
	background: url(../images/news_ttl.gif) no-repeat 0 0;
	float: left;
}
.ttl .more {
	overflow: hidden;
}
.ttl .more a {
	width: 46px;
	height: 0;
	padding-top: 14px;
	background: url(../images/news_btn.gif) no-repeat 0 2px;
	float: right;
}
.news .list dl {
	overflow: hidden;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
.news .list dl:last-child {
	margin: 0;
}
.news .list dt {
	float: left;
	margin-right: 20px;
}
.news .list dd {
	float: left;
	width: 888px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

/* ========== pagetop ========== */
#pagetop {
	position: fixed;
	bottom: 40px;
	right: 40px;
}

/* ========== footer ========== */
#footer {
	background-color: #daeff5;
	margin-top: 60px;
	padding: 20px 0 50px 0;
}
#footer .inner {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
}
#footer .sns {
	overflow: hidden;
	float: right;
}
#footer .sns li {
	overflow: hidden;
	width: 21px;
	height: 21px;
	float: right;
	margin-left: 10px;
}
.sns .fb a span {
	display: block;
	width: 21px;
	height: 0;
	padding-top: 21px;
	background: url(../images/sns_fb.png) no-repeat 0 0;
}
.sns .tw a span {
	display: block;
	width: 21px;
	height: 0;
	padding-top: 21px;
	background: url(../images/sns_tw.png) no-repeat 0 0;
}
.footer_nav li:last-child, #footer .sns li:last-child {
	margin: 0;
}
.footer_nav {
	overflow: hidden;
	float: left;
}
.footer_nav li {
	float: left;
	margin-right: 30px;
}
.inner hr {
	overflow: hidden;
	width: 980px;
	border-top: 1px solid #b5e3e8;
	margin: 10px 0;
	float: left;
}
.company {
	overflow: hidden;
	float: left;
}
.company li {
	float: left;
	padding-left: 12px;
	margin-right: 30px;
	background: url(../images/footer_arrow.png) no-repeat 0 4px;
}
.company li.none {
	display: none;
}
address {
	overflow: hidden;
	font-size: 90%;
	color: #167e96;
	float: right;
}


 @media screen and (max-width: 768px) {
/* タブレット、スマートフォン用 非Retina対応スタイル記述 */
body {
	font-size: 115%;
}

/* ========== header ========== */
#header {
	width: 100%;
}
#header h1 {
	margin: 20px auto;
}
/* nav */
#nav {
	width: 100%;
	height: 45px;
}
#nav ul {
	width: 100%;
}
#nav ul li {
	float: left;
	height: 45px;
	width: 16.66%;
}
#nav ul li.nav01 a, #nav ul li.nav01 a:hover { background: url(../images/nav_01.gif) no-repeat center;}
#nav ul li.nav02 a, #nav ul li.nav02 a:hover { background: url(../images/nav_02.gif) no-repeat center;}
#nav ul li.nav03 a, #nav ul li.nav03 a:hover { background: url(../images/nav_03.gif) no-repeat center;}
#nav ul li.nav04 a, #nav ul li.nav04 a:hover { background: url(../images/nav_04.gif) no-repeat center;}
#nav ul li.nav05 a, #nav ul li.nav05 a:hover { background: url(../images/nav_05.gif) no-repeat center;}
#nav ul li.nav06 a, #nav ul li.nav06 a:hover { background: url(../images/nav_06.gif) no-repeat center;}
#nav ul li.nav01 a, #nav ul li.nav02 a, #nav ul li.nav03 a, #nav ul li.nav04 a, #nav ul li.nav05 a, #nav ul li.nav06 a, #nav ul li.nav01 a:hover, #nav ul li.nav02 a:hover, #nav ul li.nav03 a:hover, #nav ul li.nav04 a:hover, #nav ul li.nav05 a:hover, #nav ul li.nav06 a:hover {
	width: 100%;
	height: 0px;
	padding-top: 45px;
	display: block;
	overflow: hidden;
}

/* ========== main ========== */
#main {
	height:100%;
	background: none;
}
#main_inner {
	width: 100%;
	height:100%;
	margin: 0;
	overflow: hidden;
	border: 0;
}
#main ul, #main ul img {
	width: 100%;
	height: auto;
}
#main .main_nav .prev {
	top: 50%;
	left:0;
	margin: -20px 0;
}
#main .main_nav .next {
	top: 50%;
	right:0;
	margin: -20px 0;}
#main .main_nav .prev:hover, #main .main_nav .next:hover {
	background-color: #75cad3;
}

/* ========== contents ========== */
#contents {
	width: 100%;
}
/* order */
.order {
	padding: 30px 20px;
}
.order h1 {
	padding-top: 40px;
	background: url(../images/order_ttl_rt.png) no-repeat 0 0;
	margin-bottom: 10px;
}
.step01, .step02, .step03, .step04, .order_arrow {
	margin-bottom: 10px;
}
.order_btn, a:hover.order_btn {
	overflow: hidden;
	width: 100%;
	height: 35px;
	margin-top: 10px;
	background-color: #75cad3;
}
.order_btn span {
	padding-top: 33px;
	background-position: center;
	border: solid 1px #509eb0;
	-webkit-box-shadow: inset 0px 1px 0px #9fdae0;
	-moz-box-shadow: inset 0px 1px 0px #9fdae0;
	box-shadow: inset 0px 1px 0px #9fdae0;
	margin: 0 auto;
}
.order .ribon {
	left: -16px;
	top: 4px;
	background: #b5e3e8;
	width: 80px;
	height: 17px;
}
.order .ring {
	bottom: 84px;
}
/* banner */
.flex-direction-nav {
	display:block;
}
.slider .flexslider .flex-direction-nav .flex-prev {
	position:absolute;
	left:10px;
	top:30px;
}
.slider .flexslider .flex-direction-nav .flex-next {
	position:absolute;
	right:10px;
	top:30px;
}
.flex-prev {
	background: url(../images/prev.png) no-repeat #75cad3;
	height: 0px;
	width: 40px;
	padding-top: 40px;
	overflow: hidden;
	display: block;
}
.flex-next {
	background: url(../images/next.png) no-repeat #75cad3;
	height: 0px;
	width: 40px;
	padding-top: 40px;
	overflow: hidden;
	display: block;
}
.flex-prev:hover, .flex-next:hover {
	background-color: #75cad3;
}
/* news */
.news .ttl {
	padding: 0 20px;
}
.news .list {
	padding: 0 20px;
}
.news .list dd {
	width: 100%;
}

/* ========== pagetop ========== */
#pagetop {
	display: none;
}

/* ========== footer ========== */
#footer {
	width: 100%;
	margin-top: 30px;
	padding: 0 0 50px 0;
	background-color: #fff;
	font-size: 80%;
}
#footer .inner {
	width: 100%;
}
#footer .sns {
	overflow:hidden;
	width: 100%;
	float: none;
}
#footer .sns li {
	overflow: hidden;
	width: 50%;
	height: 40px;
	margin-left: 0px;
	background-color: #509eb0;
	border-bottom: 1px solid #b5e3e8;
}
.sns li.fb a {
	overflow: hidden;
	border-right: 1px solid #daeff5;
}
.sns li a, .sns li a:hover {
	display: block;
	color: #fff;
}
.sns .fb a span {
	width: 96%;
	padding-top: 40px;
	background: url(../images/sns_fb_rt.png) no-repeat, url(../images/sns_arrow.png) no-repeat;
	background-position: 20px center, right center;
}
.ie8 .sns .fb a span/* IE8 */ {
	background: url(../images/sns_fb_rt.png) no-repeat;
	background-position: 20px center;
}
.sns .tw a span {
	width: 96%;
	padding-top: 40px;
	background: url(../images/sns_tw_rt.png) no-repeat, url(../images/sns_arrow.png) no-repeat;
	background-position: 20px center, right center;
}
.ie8 .sns .tw a span/* IE8 */ {
	background: url(../images/sns_tw_rt.png) no-repeat;
	background-position: 20px center;
}
.footer_nav {
	overflow: hidden;
	width: 100%;
	float: none;
}
.footer_nav li {
	width: 100%;
	margin-right: 0;
	background-color: #daeff5;
	border-bottom: 1px solid #b5e3e8;
}
.footer_nav li a {
	display: block;
	padding: 9px 0 8px 20px;
	background: url(../images/footer_arrow_rt.png) no-repeat 98% center;
}
.inner hr {
	display: none;
}
.company {
	overflow: hidden;
	width: 100%;
	float: none;
}
.company li {
	width: 50%;
	padding: 0;
	margin-right: 0;
	background: none;
}
.company li a {
	display: block;
	padding: 9px 5px 8px 20px;
	border-bottom: 1px solid #b5e3e8;
}
.company li:nth-child(odd) a {
	border-right: 1px solid #b5e3e8;
}
address {
	overflow: hidden;
	font-size: 90%;
	color: #167e96;
	float: none;
	text-align: center;
	margin-top: 10px;
}
}

 @media screen and (max-width: 640px) {
/* max-width: 768pxから更にスマートフォン用へ
最適化する箇所のスタイル記述 */

/* ========== header ========== */
#header {
	margin: 0 auto;
}
/* nav */
#nav {
	width:100%;
	height:139px;
}
#nav ul {
	width: 100%;
	height: 138px;
	border-top: solid 1px #b5e3e8;
}
#nav ul li {
	overflow: hidden;
	width: 50%;
	height: 46px;
}
#nav ul li a {
	display: block;
	border-bottom: solid 1px #b5e3e8;
}
#nav ul li:nth-child(odd) a, #nav ul li:nth-child(odd) a:hover {
	width: 99%;
	border-right: solid 1px #b5e3e8;
}

/* ========== main ========== */
#main ul, #main ul img {
	width: 100%;
	height: auto;
}
#main .main_nav .prev:hover, #main .main_nav .next:hover {
	background-color: #75cad3;
}

/* ========== contents ========== */
/* banner */
.flex-prev, .flex-next,
.flex-prev:hover, .flex-next:hover {
	background-color: #75cad3;
}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
/* RETINA用のスタイル記述 */

/* ========== header ========== */
#header h1 {
	background-position: left bottom;
	background-size: 90px auto;
}

/* nav */
#nav ul li.nav01 a, #nav ul li.nav01 a:hover {background: url(../images/nav_sp_01.gif) no-repeat center;}
#nav ul li.nav02 a, #nav ul li.nav02 a:hover {background: url(../images/nav_sp_02.gif) no-repeat center;}
#nav ul li.nav03 a, #nav ul li.nav03 a:hover {background: url(../images/nav_sp_03.gif) no-repeat center;}
#nav ul li.nav04 a, #nav ul li.nav04 a:hover {background: url(../images/nav_sp_04.gif) no-repeat center;}
#nav ul li.nav05 a, #nav ul li.nav05 a:hover {background: url(../images/nav_sp_05.gif) no-repeat center;}
#nav ul li.nav06 a, #nav ul li.nav06 a:hover {background: url(../images/nav_sp_06.gif) no-repeat center;}
#nav ul li.nav01 a, #nav ul li.nav02 a, #nav ul li.nav03 a, #nav ul li.nav04 a, #nav ul li.nav05 a, #nav ul li.nav06 a, #nav ul li.nav01 a:hover, #nav ul li.nav02 a:hover, #nav ul li.nav03 a:hover, #nav ul li.nav04 a:hover, #nav ul li.nav05 a:hover, #nav ul li.nav06 a:hover {
	background-size: contain;
}

/* ========== main ========== */
#main ul, #main ul img {
	width: 100%;
	height: auto;
}
#main .main_nav .prev {
	background: url(../images/prev_sp.png) no-repeat #75cad3;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
}
#main .main_nav .next {
	background: url(../images/next_sp.png) no-repeat #75cad3;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
}

/* ========== contents ========== */
/* order */
.order h1 {
	background: url(../images/order_ttl_sp.png) no-repeat 0 0;
	background-size: 280px 40px;
	-webkit-background-size: 280px 40px;
	-moz-background-size: 280px 40px;
	-o-background-size: 280px 40px;
}
.step01, .step02, .step03, .step04 {
	width: 100px;
	padding-top: 100px;
}
.step01 {
	background: url(../images/order_step01_sp.png) no-repeat 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
}
.step02 {
	background: url(../images/order_step02_sp.png) no-repeat 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
}
.step03 {
	background: url(../images/order_step03_sp.png) no-repeat 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
}
.step04 {
	background: url(../images/order_step04_sp.png) no-repeat 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
}
.order_arrow {
	width: 30px;
	height: 0px;
	padding-top: 100px;
	margin-bottom: 10px;
	background: url(../images/order_arrow_sp.png) no-repeat 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
}
.order .ring {
	bottom: 84px;
	background: url(../images/order_icon_sp.png) no-repeat 0 0;
	background-size: 43px 53px;
	-webkit-background-size: 43px 53px;
	-moz-background-size: 43px 53px;
	-o-background-size: 43px 53px;
}
.order_btn span {
	background: url(../images/order_btn_sp.png) no-repeat center;
	background-size: 108px 12px;
	-webkit-background-size: 108px 12px;
	-moz-background-size: 108px 12px;
	-o-background-size: 108px 12px;
}

/* banner */
.flex-prev {
	background: url(../images/prev_sp.png) no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
}
.flex-next {
	background: url(../images/next_sp.png) no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
}
.flex-prev, .flex-next,
.flex-prev:hover, .flex-next:hover {
	background-color: #75cad3;
}

/* news */
.news .ttl h1 {
	background: url(../images/news_ttl_sp.gif) no-repeat 0 0;
	background-size: 136px 15px;
	-webkit-background-size: 136px 15px;
	-moz-background-size: 136px 15px;
	-o-background-size: 136px 15px;
}
.ttl .more a {
	background: url(../images/news_btn_sp.gif) no-repeat 0 2px;
	background-size: 46px 12px;
	-webkit-background-size: 46px 12px;
	-moz-background-size: 46px 12px;
	-o-background-size: 46px 12px;
}

/* ========== footer ========== */
.sns .fb a span {
	background: url(../images/sns_fb_sp.png) no-repeat, url(../images/sns_arrow_sp.png) no-repeat;
	background-position: 20px center, right center;
	background-size: 87px 20px, 5px 9px;
	-webkit-background-size: 87px 20px, 5px 9px;
	-moz-background-size: 87px 20px, 5px 9px;
	-o-background-size: 87px 20px, 5px 9px;
}
.sns .tw a span {
	background: url(../images/sns_tw_sp.png) no-repeat, url(../images/sns_arrow_sp.png) no-repeat;
	background-position: 20px center, right center;
	background-size: 79px 20px, 5px 9px;
	-webkit-background-size: 79px 20px, 5px 9px;
	-moz-background-size: 79px 20px, 5px 9px;
	-o-background-size: 79px 20px, 5px 9px;
}
.footer_nav li a {
	background: url(../images/footer_arrow_sp.png) no-repeat 98% center;
	background-size: 5px 9px;
	-webkit-background-size: 5px 9px;
	-moz-background-size: 5px 9px;
	-o-background-size: 5px 9px;
}
}
