﻿@charset "utf-8";

/* MASTER INIT
------------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Hiragino Kaku Gothic Pro", "Osaka", "lroSVbN";
	font-style: normal;
	font-weight: normal;
	-webkit-text-size-adjust:none;
	background-color: #FFF;
}

body {
	font-family:ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
}

a {
	outline-style: none;
	display: block;
	color: #000;
}

a:link {
    text-decoration: none;
}
  
a:visited {
    text-decoration: none;
}
  
a:hover {
	text-decoration: none;
}
  
a:active {
	text-decoration: none;
	color: #000;
}

ul,
ol {
	list-style-type: none;
}

img {
	border: none;
	
}
.clearFix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.clearBoth {
        color: #FFF;
        font-size: 10px;
	clear: both;
}

/* CONTAINER
------------------------------------------------------------------------------*/

#container {
}

/* HEADER
------------------------------------------------------------------------------*/

#header {
	background-color: #ff0;
	height: auto;
	text-align: center;
}

#header ul {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

#header li {
	float: left;
	width: 33.3%;
}
#header li a{
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: 2.5px 0px;
        color: #FFF;
	background-color: #000;
}
#header li a:hover {
        color: #ff0000;
}

/* HEADING
------------------------------------------------------------------------------*/

h1 {
	margin-right: auto;
	margin-left: auto;
}

#main_image img {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	max-width: 600px;
	text-align: center;
}

h2 {
	height: auto;
	border: 1px solid #0000ff;
	color: #ff0000;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	background-color: #FFF;
	text-align: center;
}
/* リンクエリア */
h2 a {
	height: auto;
	color: #0000ff; /* 文字色 */
	display: block;
	font-size: 16px;
	text-align: left;
	padding-left: 5%;
}
#hBlack {
	background-image: url(img/bg_h2_black.png);
	border: 1px solid #1C2424;
	text-shadow: #000 -1px -1px 0;
}

#hGREEN {
	background-image: url(img/bg_h2_green.png);
	border: 1px solid #1C2424;
	text-shadow: #009900 -1px -1px 0;
}

h3 {
	border: 1px solid #0063DC;
	height:auto;
	font-size: 16px;
	color: #005555;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5%;
	margin-top: 15px;
	margin-bottom: 5px;
}

h4 {
	background-color: #339933;
	font-size: 16px;
	padding: 5px;
}
h4 a {
	color: #009900; /* 文字色 */
	text-decoration: underline; /* テキストの下線（あり） */
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
        line-height: 45px; /* 行の高さ */
}
h4 a:hover {
	color: #006600; /* 文字色 */
}
h5 {
	font-size: 18px; 
	color: #ff0000; 
	line-height: 25px; /* 行の高さ */
	text-decoration: underline; /* テキストの下線（あり） */
	padding: 10px;
}
h5 a {
	font-size: 18px; 
	color: #ff0000; 
	text-decoration: underline; /* テキストの下線（あり） */
	display: block;
	line-height: 25px; /* 行の高さ */
	font-weight: bold;
}

.upperH {
	margin-bottom: 10px;
}

/* CONTENT BOX
------------------------------------------------------------------------------*/

.contentBox {
	border: 1px solid #CCC;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	padding: 5px;
	max-width: 900px;
}

.special {
	background-color: #FF0;
}

.special2 {


}

.special3 {
	background-color: #FFF;
}

.special4 {
	background-color: #FFCCFF;
}
.special5 {
	background-color: #F0FFFF;
}
.special5 a {
	font-size: 16px;
	padding: 5px;
}
.p_special {
	padding: 5px;
}
.white {
	font-size: 24px;
	line-height: normal;
	font-weight: bold;
	color: #CCC;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contentCommon {
	padding-top: 5px;
	padding-bottom: 5px;
}

.contentCommon .thumb {
 background-image: url(img/bg_thumb80.png);
 background-repeat: no-repeat;
 height: 84px;
 width: 84px;
 margin-left: auto;
 margin-right: auto;
}

.btmBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}

.onlyLink {
	padding-top: 0;
	padding-bottom: 0;
}

.download {
	padding-bottom: 0;
}





.box_area_2 {
	height: auto;
	margin-bottom: 5px;
}
.box_title_2 {
	background-color: #fed0e0;
	margin-bottom: 3px;
	padding-left: 10px;
	height: 25px;
	padding-top: 5px;
}
/* リンクエリア */
.box_title_2 a {
	color: #006600; /* 文字色 */
	text-decoration: none; /* テキストの下線（なし） */
	display: block;
	font-size: 17px;
	font-weight: bold;
}






.box_title2 {
	background-color: #FF6699;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
}

.box_area {
	height: auto;
	margin-bottom: 3px;
}
.area_detail {
	background-color: #fafafa;
	margin: 3px;
	padding: 3px;
	text-align: center;
	float: center;
	height: 25px;
}

/* リンクエリア */
.area_detail a {
	color: #ff6600; /* 文字色 */
	text-decoration: none; /* テキストの下線（なし） */
	font-size : 120%;
}
/* ポイント時の設定 */
.area_detail a:hover {
	color: #ff0000; /* ポイント時の文字色 */
	text-decoration: underline; /* テキストの下線（あり） */
}



.box_area3 {
	height: auto;
	margin: 10px;
}
.area_detail3 {
	width: 30%;
	margin: 5px;
	padding: 5px;
	text-align: center;
	float: left;
}
/* リンクエリア */
.area_detail3 a {
	color: #ff6600; /* 文字色 */
	text-decoration: none; /* テキストの下線（なし） */
	font-size : 18px;
}
/* ポイント時の設定 */
.area_detail3 a:hover {
	color: #ff0000; /* ポイント時の文字色 */
	text-decoration: underline; /* テキストの下線（あり） */
}



.detail01 {
	background-color: #00ced1;
	border: 1px solid #DCDCDC;
	color: #FFFFFF;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
	text-align: center;
	width: 150px;
}
.detail02 {
	color: #000000;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
}
.detail03 {
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
}
.detail_tel {
	text-align: left;
	height: 40px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.detail_tel a {
	color: #ff3333;
	font-size: 32px;
	font-weight: bold;
	height: 40px;
	text-decoration: underline; /* テキストの下線（あり） */
}
.blockTtl02 {
	background-color: #F90;
	color: #ffffff;
	font-size: 110%;
	line-height: 100%;
	margin-bottom: 0px;
	margin-top: 10px;
	padding: 5px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #00F;
}
.blockTtl02 a {
      text-decoration: none; /* テキストの下線（あり） */
      color: #ffffff; /* 文字色 */
}
.blockTtl02 a:hover {
      text-decoration: underline; /* テキストの下線（あり） */
      color: #000000; /* 文字色 */
}
.list_box {
	float: left;
	text-align: center;
	width: 64px;
}
/* --- ブロック内の文字色 --- */
.pink {/* 文字色-ピンク */
	color:#ff0099;
}
.aka {/* 文字色-赤 */
	color:#ff0000;
}
.ao {/* 文字色ｰ青 */
	color:#0000FF 	;
}
.style3 {color: #ff0000; font-size: 16px; font-weight: bold;  }
.style4 {color: #000000; font-size: 14px; font-weight: bold; text-decoration: underline; /* テキストの下線（あり） */}

.style5 {color: #ff00ff; font-size: 27px; font-weight: bold;  }

.style6 {color: #ff0000;  }

.style7 {font-size: 200%;  }

.bank_detail {
	border-radius: 5px 5px 5px 5px;
	border: solid 1px #ff0099;
	border-left: solid 5px #ff0000;
	width: auto;
	margin : 5px auto 2px auto;
	padding: 2px;
	padding-left: 5px;
	font-size: 17px;
}

.cost {
	padding-left: 15px;
}



/* CONTENT WEBMASTER
------------------------------------------------------------------------------*/

.contentWebmaster {
	padding-top: 5px;
}

.contentWebmaster p {
	line-height: 1.5;
}

.siteInfo {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.5;
}

#siteThumb100 {
	background-image: url(img/bg_thumb100.png);
	background-repeat: no-repeat;
	height: 104px;
	width: 104px;
	float: left;
	margin-right: 5px;
}

#siteThumb80 {
	background-image: url(img/bg_thumb80.png);
	background-repeat: no-repeat;
	height: 84px;
	width: 84px;
	float: left;
	margin-right: 5px;
}

#siteThumb60 {
	background-image: url(img/bg_thumb60.png);
	background-repeat: no-repeat;
	height: 64px;
	width: 64px;
	float: left;
	margin-right: 5px;
}

/* LINK BUTTON
------------------------------------------------------------------------------*/

.linkBtn {
	font-size: 16px;
	color: #000;
	line-height: 26px;
}

.linkBtn2 {
	font-size: 16px;
	color: #DA0B00;
	line-height: 26px;
}

.linkNotTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

/* FOOTER
------------------------------------------------------------------------------*/

#footer {
	background-image: url(img/bg_footer.png);
	background-repeat: repeat-x;
	height: 44px;
}

#footer ul {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

#footer li {
	float: left;
	width: 100px;
	height: 29px;
}

#footer p {
	text-align: center;
	padding-top: 5px;
}






/* --- 追加 --- */

/* 電話番号 */
.heading3 p.tel {
font-weight: bold; /* 文字の太さ（太字） */
color: #ff66ff; /* 電話番号の文字色 */
}
.heading3 p.tel a{
	font-weight: bold; /* 文字の太さ（太字） */
	color: #F0F; /* 電話番号の文字色 */
	font-size: 32px; /* 電話番号の文字サイズ */
	line-height: 48px; /* 行の高さ */
	text-decoration: underline; /* テキストの下線（あり） */
        padding: 0px 15px 10px 15px; /* 行の高さ */
}
.heading3 p.tel2 {
font-size: 150%; /* 電話番号の文字サイズ */
font-weight: normal; /* 文字の太さ（太字） */
color: #2b2b2b; /* 電話番号の文字色 */
padding: 10px 15px 0 15px; /* 行の高さ */
}

/* コード番号 */
.heading3 p.code {
margin-top: 5px;
margin-bottom: 5px;
font-size: 26px; /* コード番号の文字サイズ */
font-weight: bold; /* 文字の太さ（太字） */
color: #ff00ff; /* コード番号の文字色 */
line-height: 32px; /* 行の高さ */
padding: 10px; /* 行の高さ */
}

/* コード番号2 */
.heading3 p.code2 {
margin-top: 15px;
margin-bottom: 15px;
font-size: 18px; /* 電話番号の文字サイズ */
font-weight: normal; /* 文字の太さ（太字） */
padding: 10px 5px; /* 行の高さ */
color: #ff0000; /* 文字色 */
background-color: #FC0;
}

.whitefont {
	color: #FFF;
	font-size: 36px;
	font-weight: bold;
	text-decoration: underline;
}
.heading3 p.tel02 {
	font-size: 32px;
	line-height: 48px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
.heading2 p {
        padding: 30px; /* 行の高さ */
}
.heading3 .tel02 {
	font-size: 32px;
	line-height: 48px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
#back {
	background-color: #FC3;
}
whitecoller {
	color: #FFF;
}
#container #wrapper #accordion .profile.2shot {
	color: #666;
	background-color: #FFF;
}
.maqee {
	font-size: 36px;
	font-weight: normal;
	color: #F0F;
	background-color: #F9C;
	line-height: normal;
}



/*ここから（850px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 850px){


#main_image img {
	width: 100%;
}
#header ul {
	width: 100%;
}


.area_detail3 {
	width: 28%;
}

.area_detail3 a {
	font-size : 16px;
}


}
/*ここから（600px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 600px){


#header li a{
	font-size: 14px;
}

.area_detail3 {
	width: 28%;
	margin: 3px;
	padding: 3px;
}


}
