@charset "utf-8";
/* CSS Document */

@import url("reset.css");/* ※RESET CSSのインポート */

body {
	margin:0;
	padding:0;/* for Opera8 */
	background-color:#FFFFFF;/* ※サイトにより変更 */
	color:#111111;/* ※サイトにより変更 */
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;/* ※サイトにより変更　基本は12px */
	line-height:1.8;/* ※サイトにより変更　基本は1.6 */
}

* html body {/* for IE6 */
	font-family:"ＭＳ Ｐゴシック","メイリオ",Meiryo,Verdana,Arial,Helvetica,sans-serif;/* ※サイトにより変更 */
	font-size:94%;/* ※サイトにより変更　12pxの場合は80％ */
}

*:first-child+html body {/* for IE7 */
	font-family:"ＭＳ Ｐゴシック","メイリオ",Meiryo,Verdana,Arial,Helvetica,sans-serif;/* ※サイトにより変更 */
	font-size:94%;/* ※サイトにより変更　12pxの場合は80％ */
	cursor:default;
}

body div {
	text-align: left;
	margin: 0 auto;
}
.main #deliver #info {
	width: 80%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: medium double #4B4B4B;
	margin-bottom: 20px;
}
#info dl dd {
	margin-left: 10px;


}



h1 {
	font-size:143%;/* ※サイトにより変更　例：143%（20px） */
}

h2 {
	font-size:129%;/* ※サイトにより変更　例：129%（18px） */
}

h3 {
	font-size:115%;/* ※サイトにより変更　例：115%（16px） */
}

html{
overflow-y:scroll;
}/* サイドのスクロールバーを常に表示 */

img {
	vertical-align: top;
}/* 画像のブラウザによる隙間を無くす */




/*	装飾（テキストへの装飾（色・文字サイズ）を記入）
================================================== */





/*	リンク設定（※サイトにより変更）
================================================== */
a:link {
	color: #444444;
	text-decoration: none;
}
a:visited {
	color: #444444;
	text-decoration: none;
}
a:hover {
	color: #75B4FF;
	text-decoration: none;
}
dl dd a:link {
	color: #199DF1;
}

a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.no-op a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	-webkit-transition: 0s ease-in-out;
	-moz-transition: 0s ease-in-out;
	-o-transition: 0s ease-in-out;
	transition: 0s ease-in-out;
}



/*	clearfix
================================================== */

.cf:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
  position:relative
}

* html .cf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}



/*	ページ整形（全頁に関わるCSSを記入）
================================================== */

div#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.clear_both {
	clear: both;
}



/*	ヘッド
================================================== */

header{
	display:block;
}
header .topBlock{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	position:relative;
}
header .topBlock figure.logo{
	float:left;
	margin-top:15px;
}
header .topBlock h1{
	font-size:11px;
	position:absolute;
	right:0; top:0;
}
header .topBlock .contactBox{
	float:right;
	background:url(../common_img/header/contactBox.png) repeat left top;
	margin-top:21px;
}
header .topBlock .contactBox ol{
	padding:6px;
}
header .topBlock .contactBox ol li{
	float:right;
}
header .topBlock .contactBox ol li:first-child{
	margin-left:6px;
}


/*	グローバルメニュー
================================================== */


header nav{
	padding:8px 0;
	background:#2DA1A1;
	border-bottom:10px #F1F1F1 solid;
}
header nav ul{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
header nav ul li{
	float:left;
	margin-right:1px;
}
header nav ul li:last-child{
	margin-right:0px;
}



/*	コンテンツ
================================================== */
main{
	display:block;
}


.top{
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.top ul li img{
	width:100%;
	min-width:1000px;
}
.top p{
	margin-bottom:40px;
}

.top p img{
	text-align:center;
}
.innerBox{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	position:relative;
	height:200px;
}
.innerBox h2{
	color:#fff;
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	font-size:26px;
	margin-top:-23px;
	letter-spacing:0.1em;
}




main#body{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
main#body .topicpath{
	margin-top:12px;
	margin-bottom:12px;
	font-size:13px;
}
main#body .topicpath ul{
}
main#body .topicpath ul li{
	display:inline-block; margin-right:12px;
}

main#body .contents{
}
main#body .contents .main{
	width:760px;
	float:right;
}

main#body .contents .main .block-01{
	width:704px;
	margin-bottom:72px;
	border:4px solid #eee;
	padding:24px;
}
main#body .contents h4{
	text-align:center;
	font-size:19px;
	padding-bottom:32px;
	margin-bottom:18px;
}
main#body .contents a.more{
	text-align:center;
	display:block;
	width:121px;
	margin:0 auto;
}


main#body .contents .main .telBox{
	text-align:center;
	margin-bottom:72px;
}


/*	サイドメニュー
================================================== */
#side{
	position:relative;
	z-index:9999;
	width:200px;
	left:0;
	float:left;
}

.sidebox{
	width:192px;
	border:4px solid #eee;
	margin-bottom:20px;
}
.sidebox .comBox{
	padding:12px 12px 0 12px;
}
.sidebox figure{
	margin-bottom:8px;
}

.sidebox p{
	margin-bottom:4px;
	font-size:11px;
}
.sidebox .comBox p span{
	padding-left:33px;
}
.sidebox .comBox p em{
	padding-left:36px;
	display:block;
}

.sidebox p.title{
	background:#eee;
	padding:8px;
	font-size:14px;
	margin-bottom:0;
}

.sidebox ul{
}
.sidebox ul li{
}







/*	フッター
================================================== */

#pagetop{
	position:fixed;
	right:10px; top:50%;
	margin-top:-220px;
}
#pagetop ul{
	width:70px;
}
#pagetop ul li{
	text-align:center;
	margin-bottom:8px;
}
#pagetop ul li:last-child{
	margin-bottom:0px;
}

footer{
	display:block;
	background:#2DA1A1;
	color:#fff;
	padding:22px 0;
	text-align:center;
}
footer p.title{
	margin-bottom:33px;
}
footer figure{
	margin-bottom:8px;
}
