﻿@charset "utf-8";

/* ボディ設定*/
body {
	-webkit-text-size-adjust: none;

	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 	font-size: 14px;
	line-height: 1.8em;
	color: #000000;
  	text-align:left;
  	margin: 0;
  	padding: 0;
	background-color: #fff;

}

h1,h2,h3,h4,h5,h6,p,ul,li,dl, dt, dd{
  	margin: 0;
  	padding: 0;
}

li img,dt img,dd img{
	vertical-align:bottom;
}
ol, ul {
	list-style:none;
}

img{
	border:0px;
}

/* リンクの色 */
A {
	color: #0000DE; text-decoration:none;
}
A:visited {
	color: #941D55; text-decoration:none;
}

/* 全体の枠 */
#wrapper{
	width:640px;
	margin:auto;
}

/* リンク画像を薄くする */
#wrapper a:hover img {
opacity:0.5;
filter:Alpha(opacity=80);
}

.k_color{
		background-color:#ea70a4;
}

.center_img{
	text-align:center;
	margin-bottom:15px;
}




/* ヘッダー */
header{
	width:100%;
	margin:0px auto;
}
#title_waku{
	padding:10px 10px;
}
.title01 {
	float:left;
	text-align:left;
	width:75%;
}
.title02 {
	float:left;
	text-align:right;
	width:25%;
	margin-top:3px;
}

/* メイン画像スライド */
#main_photo{
	margin-bottom:0px;
}

#main_photo img{
	width:100%;
}

/* ページトップ */

#pagetop{
	margin:0px auto 15px;
	width:80%;
	text-align:right;
}

/* フッダー */

footer{
	width:100%;
	margin:0px auto;
}

footer A {
	color: #FFFFFF;
	text-decoration: underline;
}
footer A:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.footer_waku{
	padding:10px;
}
.f_rogo{
	width:100%;
	text-align:center;
}
.f_txt{
	color:#FFFFFF;
	text-align:center;
}

.copy_r{
	text-align:center;
}


/* メインボタン */
.main_bo{
	margin:0px auto 15px;
	text-align:center;
	padding:0px 0px;
}
.main_bo ul{
	width:100%;
	
}
.main_bo li{
	margin:5px;
	display: inline-block;
}


/* メインボタン */
.facebook{
	margin-bottom:30px;
	text-align:center;
}

/* サブタイトル */
#sub_title{
	background-image:url(../images/back_01.jpg);
	width:100%;
	padding:10px 0px 3px;;
	text-align:center;
}

/* パンくず */
#pankuzu{
	margin:auto;
	width:95%;
	padding:10px 0px 3px;;
}


/* 本文 */

#contents{
	padding:10px;
	margin-bottom:20px;
}

#contents h3{
	margin:10px 0px 10px;
	border-left:solid 8px #ea70a4;
	border-bottom:solid 1px #ea70a4;
	color:#ea70a4;
	font-size:18px;
	padding:10px 0px 10px 10px;
	background-color:#fdf2f7;
}

#contents h4{
	margin:10px 0px 10px;
	border-bottom:solid 1px #ccc;
	font-size:16px;
	padding:5px -10px 5px 5px;
}

#contents h5{
	margin:10px 0px 10px;
	border-bottom:solid 1px #ea70a4;
	font-size:16px;
	color:#ea70a4;
	padding:5px -10px 3px 5px;
}

#contents .txt{
	padding:0px 10px;
	margin-bottom:20px;
}

.txt_right{
	text-align:right;
}

.es_kosu{
	font-size:18px;
	color:#FB87E1;
}

/* テーブル */

.tb01{
}
.tb01 table{
	border-top:solid 1px #CCC;
	border-left:solid 1px #CCC;
}
.tb01 tr{
}
.tb01 th{
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	background:#FCF3F3;
	padding:3px;
}
.tb01 td{
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	padding:3px;
}

/* 1字下げ */
.jisage{
padding-left:1em;
text-indent:-1em;
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  #wrapper{width:100%;}