/*スタイル初期化
---------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	text-decoration: none;
}

/*基本スタイルここから
---------------------------------------------------------*/
@font-face {
	font-family: 'utsukushi';
	src: url(../fonts/utsukushi.eot?#iefix) format('embedded-opentype'), 
		url(../fonts/utsukushi.woff) format('woff'), 
		url(../fonts/utsukushi.ttf)  format('truetype'),
		url(../fonts/utsukushi.svg#utsukushi) format('svg');
}

body{
	font-size: 15px;
	line-height: 24px;
	/*font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", serif;*/
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #333;
	text-decoration: none;
	padding: 0px;
	letter-spacing: 0.08em;
	font-weight: 450;
}

/*IE以外にフォントサイズを上書き
-----------------------------------*/
html>body{
	font-size: 90%;
}

a:link, a:visited{
	color: #bd6a69;
	text-decoration: none;
}

a:hover{
	color: #000;
	text-decoration: underline;
}

a {
	color: #e84545;
}

a:hover, a:visited, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}

a:hover img, a:visited img{
　-webkit-opacity: 0.5;
　-moz-opacity: 0.5;
　-o-opacity: 0.5;
　filter: alpha(opacity=50);	/* IE lt 8 */
　-ms-filter: "alpha(opacity=50)"; /* IE 8 */
　opacity: 0.5;
}
 
a img {
　-webkit-transition: opacity 0.3s ease-out;
　-moz-transition: opacity 0.3s ease-out;
　-ms-transition: opacity 0.3s ease-out;
　-o-transition: opacity 0.3s ease-out;
　transition: opacity 0.3s ease-out;
}

.hovering{
	text-decoration: none;
	-moz-transition: background-color, color, 1s;
	-o-transition: background-color, color, 1s;
	-webkit-transition: background-color, color, 1s;
	transition: background-color, color, 1s;
}

a.line {
	position: relative;
	display: inline-block;
	transition: .3s;
}
a.line::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 2px;
	background-color: #ffd2f9;
	transition: .3s;
}
a.line:hover::after, a.line:visited::after {
	width: 100%;
}

h1{
	width: 88px;
	height: 100px;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}

h2{
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	border-left: 3px solid #8eb4e3;
	padding: 10px 0 10px 15px;
	margin-bottom: 30px;
	clear: both;
}

h3{
	font-weight: normal;
}

h4{
	font-size: 10px;
	text-indent: -9999px;
	line-height: 10px;
}

h5{
	font-size: 14px;
	font-weight: normal;
}

#content ul {
	margin:3px 5px;
}

#content li{
	margin-left: 15px;
	padding: 0px;
}

p{margin-bottom: 30px;}

.f_color01{color: #ac7e7a;}

.f_mincho{font-family: "utsukushi", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", serif;}
.f_blue{color: #548dd4;}

/*micro clearfix
---------------------------------------------------------*/
.cf:before,.cf:after{
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*コンテナー
---------------------------------------------------------*/
#container{
	min-width: 980px;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}

.important{color:#C00;}
.important_b{
	color: #E95656;
	font-weight: bold;
}

img{border:none;}

/*ヘッドエリア
---------------------------------------------------------*/
#bg_header{
	background: url(../img/bg.png);
	height: 470px;
}

#headArea{
	width: 950px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 15px 0 15px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
}

.logo{
	width: 88px;
	height: 100px;
	background: url(../img/logo.png) left top no-repeat;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -9999px;
}

#head_izumisekizai{
	width: 201px;
	height: 54px;
	display: block;
	background: url(../img/head_izumisekizai.png) no-repeat;
	margin: 30px 0 0 67px;
	text-indent: -9999px;
	float: left;
}

#head_tel{
	width: 230px;
	height: 48px;
	display: block;
	background: url(../img/head_tel.png) no-repeat;
	margin: 30px 0 0;
	text-indent: -9999px;
	float: right;
}

.head-slider{
	width: 950px;
	height: 400px;
	margin: 0 auto 0;
	position: relative;
	top: -50px;
	left: 0;
	z-index: 1;
}

.head-slider img{
	margin-right: auto;
	margin-left: auto;
}

.head-slider p{
	width: 860px;
	font-size: 18px;
	font-weight: 100;
	line-height: 40px;
	text-align: center;
    position: absolute;
    top: 75%;
	left: 5%;
    color: #FFF;
/*    text-shadow: 2px 2px 8px #888,
    -2px 2px 8px #888,
    2px -2px 8px #888,
    -2px -2px 8px #888;*/
}



/*メニューエリア
---------------------------------------------------------*/
#menuArea{
	min-width: 980px;
	clear: both;
	background-color: #548dd4;
}
/*#menuArea.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}*/

#global_nav{
	width: 762px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 109px;
}

#global_nav ul {
	width: 760px;
}

#global_nav li{display:inline;}

#global_nav li a {
	font-size: 16px;
	color: #FFF;
	height: 32px;
	float: left;
	margin: 0 14px;
	padding-top: 8px;
	text-decoration: none;
	outline: none;
    position: relative;
    display: inline-block;
    transition: .3s;
} 

/*	オフ	*/
#global_nav li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ffd2f9;
    opacity: 0;
    transition: .3s;
}

/*	オン	*/
#global_nav li a:hover {
    color: #ffd2f9;
}

#global_nav li a:hover::after {
    bottom: .3em;
    opacity: 1;
}


/*mainArea
---------------------------------------------------------*/
.mainArea{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 15px 70px;
}

.min{font-size: 12px;}

.details{
	background: url(../img/details_off.png) no-repeat;
	margin: 10px 0px 0px auto;
	clear: both;
	height: 24px;
	width: 95px;
	display: block;
}
.b_association{
	background: url(../img/b_association.png) right no-repeat;
	margin: 10px 0px 0px auto;
	clear: both;
	height: 24px;
	width: 180px;
	display: block;
}
.b_search{
	background: url(../img/b_search.png) right no-repeat;
	margin: 10px 0px 0px auto;
	clear: both;
	height: 24px;
	width: 95px;
	display: block;
}

/*main----------------------------*/
.main{
	width: 450px;
	padding-top: 15px;
	margin-right: 50px;
	float: left;
}

.main#buddhist{margin-right:0;}

.main_line{
	border: 1px solid #accf7e;
	padding: 5px 5px 0;
}

hr{
	border: 0;
  height: 1px;
  background: #bbb;
  background-image: -webkit-linear-gradient(left, #e0e9f4, #548dd4, #e0e9f4);
  background-image: -moz-linear-gradient(left, #e0e9f4, #548dd4, #e0e9f4);
  background-image: -ms-linear-gradient(left, #e0e9f4, #548dd4, #e0e9f4);
  background-image: -o-linear-gradient(left, #e0e9f4, #548dd4, #e0e9f4);
  	margin-bottom: 60px;
	clear: both;
}

/*main
---------------------------------------------------------*/
.main_wide{
	width: 950px;
	margin-top: 50px;
	padding: 40px 0 0;
	float: left;
	clear: both;
}

#main_long{
	width: 650px;
	margin-top: 50px;
	padding: 50px 0 40px;
	float: left;
	border-top: 1px dotted #CCC;
}

#idea{
	font-family: "utsukushi", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", serif;
	font-size: 21px;
	font-weight: normal;
	text-align: center;
	line-height: 36px;
	position: relative;
    margin: 0 35px 80px;
}


ul#top_nav {
  clear: both;
  margin: 0 10px;
  padding: 0;
  list-style: none;
}
ul#top_nav li {
  float: left;
  margin: 0 15px 60px;
  height: 95px;
}
ul#top_nav li a {
  color: #FFF;
  position: relative;
  display: block;
  width: 136px;
  height: 65px;
  padding: 15px 10px 0;
  -webkit-border-radius: 5px;
  background-color: #8baed9;
  font-size: 110%;
  text-align: center;
  text-decoration: none;
}
ul#top_nav li a:before{
  z-index: -1;
  position: absolute;
  top: 15px;
  left: 78px;
  content: "";
  width: 55px;
  height: 55px;
  background-color: #8baed9;
  -webkit-transform-origin: left top;
  -webkit-transform: rotate(45deg);
}
ul#top_nav li a:hover, ul#top_nav li a:hover:before{
  background-color: #548dd4;
}



/*linkbox-------------------*/
.hovering{cursor:pointer;} 

.linkbox{
	border: 1px solid #CCC;
	display: block;
	transition: 1.0s;
}

/*	オフ	*/
.linkbox .type_image{
    transition-duration: 1.0s;
}

/*	オン	*/
.hovering.linkbox{background-color: #EEE;}
.hovering.linkbox .type_image{
    opacity: 0.8;
    transition-duration: 1.0s;
}

/*トップページ　おすすめの埋葬方法-------------------*/
.linkbox-w{
	border: 1px solid #CCC;
	padding: 1px;
	margin-bottom: 30px;
}

#cemetery_osusume{
	width: 590px;
	margin-right: 80px;
	float: left;
}

#cemetery_osusume #cemetery_type{
	width: 590px;
	margin-bottom: 20px;
}

#cemetery_osusume #cemetery_type .linkbox{
	width: 276px;
	margin-bottom: 30px;
	padding: 1px;
	list-style: none;
	float: left;
}
#cemetery_osusume #cemetery_type .linkbox#cemetery_tree{min-height: 276px}
#cemetery_osusume #cemetery_type .linkbox#cemetery_couple{min-height: 281px}

#cemetery_osusume #cemetery_type .linkbox:nth-child(odd){
	margin-right: 30px;
}

#cemetery_osusume #cemetery_type .linkbox .type_image{height:110px; text-indent:-9999px;}
#cemetery_osusume #cemetery_type .linkbox#cemetery_39stone .type_image{background: url(../img/osusume_39cemetery.png) 0 0 no-repeat;}
#cemetery_osusume #cemetery_type .linkbox#cemetery_tree .type_image{background: url(../img/osusume_tree.png) 0 0 no-repeat;}
#cemetery_osusume #cemetery_type .linkbox#cemetery_couple .type_image{background: url(../img/osusume_couple.png) 0 0 no-repeat;}
#cemetery_osusume #cemetery_type .linkbox#cemetery_congruence .type_image{background: url(../img/osusume_congruence.png) 0 0 no-repeat;}

#cemetery_osusume #cemetery_type .linkbox h3{
	color: #548dd4;
	font-size: 18px;
	line-height: 24px;
	margin: 20px 16px 0;
}

#cemetery_osusume #cemetery_type .linkbox .ijikanri{
	color: #FFF;
	width: 120px;
	background-color: #666;
	margin: 3px 16px 0;
	padding: 0px 4px;
	border-radius: 3px;
	line-height: 20px;
	text-align: center;
}

#cemetery_osusume #cemetery_type .linkbox p.c_details{
	margin: 16px;
}

#relief{
	width: 590px;
	height: 377px;
	margin-bottom: 20px;
	background: url(../img/bg_relief.jpg) 0 0 no-repeat;
	border-radius: 40px;
	color: #FFF;
	line-height: 24px;
	text-align: center;
}

/*その他の埋葬方法-------------------*/
#side_cemetery{
	width: 280px;
	float: left;
}

#side_cemetery .side_link{
	margin-bottom: 70px;
}

#side_cemetery .side_link .linkbox{
	margin-bottom: 30px;
}

#side_cemetery .side_link .linkbox .type_image{
	height: 52px;
	padding: 18px;
}
#side_cemetery .side_link .linkbox#yokotsu .type_image{background: url(../img/side_yokotsu.png) right no-repeat;}
#side_cemetery .side_link .linkbox#kenbo .type_image{background: url(../img/side_kenbo.png) right no-repeat;}
#side_cemetery .side_link .linkbox#flow .type_image{background: url(../img/side_flow.png) right no-repeat;}
#side_cemetery .side_link .linkbox#preparation .type_image{background: url(../img/side_preparation.png) right no-repeat;}
#side_cemetery .side_link .linkbox#renovation .type_image{background: url(../img/side_renovation.png) right no-repeat;}
#side_cemetery .side_link .linkbox#stone-eitai .type_image{background: url(../img/side_stone-eitai.png) right no-repeat;}

#side_cemetery .side_link h3{
	color: #548dd4;
	font-size: 18px;
	line-height: 22px;
}

/*トップページ　お墓をたてるのか、永代供養墓を選ぶのか-------------------*/
a.link_button{
	width: 750px;
	height: 70px;
	color: #FFF !important;
	font-size: 22px;
	text-align: center;
	display: block;
	margin: 0 auto 60px auto;
	padding-top: 20px;
	background-color: #8baed9;
    border-radius: 45px; 
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
	clear: both;
}
a.link_button .min{font-size: 15px; line-height: 40px; color: #FFF !important;}
a.link_button:hover{
	background-color: #548dd4;
}

/*トップページ　その他-------------------*/
.t_contents{
	font-size: 18px;
	text-align: center;
	width: 176px;
	height: 176px;
	margin-right: 26px;
	padding: 30px 20px 0 20px;
}

.t_contents p{color: #548dd4;}
.t_contents p .min{color: #333;}

ul#cemetery_list{
	margin-top: 20px;
}

ul#cemetery_list li{
	margin: 0 0 5px;
	padding-left: 20px;
	background: url(../img/arrow.png) 0 8px no-repeat;
	list-style-type: none;
}

ul#cemetery_list li a{
	padding-right: 15px;
	background: url(../img/mark_blank.png) right 7px no-repeat;
}

ul#sub_nav{
	font-size: 16px;
	margin: 0 0 0 40px;
	float: left;
}

ul#sub_nav li{
	margin: 0 0 22px;
	padding-left: 20px;
	background: url(../img/arrow.png) 0 8px no-repeat;
	list-style-type: none;
}

p#top_comment{
	font-size: 18px;
	line-height: 36px;
	margin: 0 auto;
	text-align: center;
}

.f_right{float: right;}
.f_left{float: left;}

.clear_f{clear: both;}

.page_top{
	background: url(../img/page_top_off.png) no-repeat;
	margin: 10px 0px 0px auto;
	clear: both;
	height: 24px;
	width: 155px;
	display: block;
}
.page_top:hover{
	background: url(../img/page_top_on.png) no-repeat;
}

		
/*フッター
---------------------------------------------------------*/
#footArea{
	min-width: 980px;
	clear: both;
	overflow: hidden;
	background-color: #000;
	letter-spacing: 0em;
}

#footer{
	width: 920px;
	margin: 0 auto;
	padding: 60px 30px 40px;
	font-size: 12px;
	line-height: 20px;
	color: #c6d9f1;
	background: url(../img/logo2-2.png) no-repeat 730px 400px;
}

	.foot_nav{
		width: 210px;
		padding: 0 10px;
		float: left;
	}
	
	#footer li a{
		color: #FFF;
	}
	#footer li a:hover{
		color: #c6d9f1;
	}
	
		.foot_nav .f_cate{
			font-size: 14px;
			border-left: 2px solid #8eb4e3;
			margin-bottom: 15px;
			padding: 3px 0 0 8px;
			list-style: none;
		}

			.foot_nav .sub_cate li{
				font-size: 12px;
				margin: 5px 0 5px 10px;
				padding-left: 15px;
				list-style: none;
				background: url(../img/foot_nav_arrow.png) no-repeat 0px 7px;
			}

#copyright{
	font-size: 10px;
	color: #FFF;
	padding: 20px 0 10px;
	text-align: center;
}

/*非表示クラス
---------------------------------------------------------*/
.skipLinks {display: none;}

/********************* 以上 **********************/
