@charset "UTF-8";

/*========================================

	common.css
	
	[1] ブラウザリセット、基本設定
	[2] 汎用クラス

========================================*/


/* ●[1] ブラウザリセット、基本設定-------------------- */

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td{
	margin: 0px;
	padding: 0px;
}

body{
	color: #000;
	/* font-family:"Hiragino Mincho Pro","ヒラギノ明朝 Pro W3",Meiryo,"ＭＳ Ｐゴシック",sans-serif; */
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	line-height: 1.8;
	background: url(../img/body_pat.gif);
	text-align: center;
}

h1,h2,h3,h4,h5,h6,strong{
	font-weight: bold;
	font-size: 100%;
}

table{
	border-collapse: collapse;
	border-spacing: 0px;
	font-size: 1em; /* for IE 5.5 */
}

img{
	border: 0px;
	vertical-align: top;
}

address,em,th,dt{
	font-style: normal;
	font-weight: normal;
}

/*li{
	list-style: none;
}*/

q:before,q:after{
	content:'';
}

input, textarea, select{
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 100%;
}

input, select {
	vertical-align: middle;
}

caption,th{
	text-align: center;
}

a:link,a:visited {
	color: #0095e5;
}

a:hover{
	color: #00a0e9;
	text-decoration: none;
}


/* ●[2] 汎用クラス-------------------- */

/* ●clearfix */

.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0px;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/* For Except Mac IE ¥*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* */

/* △ここまではclearfix基本セット。あとは任意で */

/* For Mac IE Only \*//*/
.clearfix { overflow: hidden; }
/* */

/*	for Dreamweaver
.clearfix{ overflow: hidden; }
*/


/* ● 汎用マージン・パディング */

.mb05 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb75 { margin-bottom: 75px; }
.mb80 { margin-bottom: 80px; }

.mt05 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }

.mr04 { margin-right: 4px; }
.mr05 { margin-right: 5px; }
.mr08 { margin-right: 8px; }
.mr10 { margin-right: 10px; }
.mr12 { margin-right: 12px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr35 { margin-right: 35px; }

.ml05 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }
.ml40 { margin-left: 40px; }
.ml50 { margin-left: 50px; }

.pb40 { padding-bottom: 40px; }


/* ●フォントサイズ */

.font_s { font-size: 93% }
.font_ss { font-size: 85% }
.font_l { font-size: 108% }
.font_ll { font-size: 116% }

.font_b { font-weight: bold }

/* ●テキストアライン */

.align_l { text-align: left }
.align_c { text-align: center }
.align_r { text-align: right }

/* ●テキストアカラー */

.blue01 { color: #00a0e9 }


/* ●背景色 */

.bg_gray01 { background: #f9f9f9 }


/* ●「※」つき文章 */

.asterisk {
	text-indent:-1em;
	padding-left:1em;
}

/* ●clear */

.clear {
	clear: both;
}

/* ●フロート */
.float_l { float: left; }
.float_r { float: right; }

.ph_float_l { float: left; margin: 0px 15px 15px 0px; }
.ph_float_r { float: right; margin: 0px 0px 15px 15px; }

/* ●外部へのリンク */
.external {
	text-indent: 24px;
	display: block;
	background: url(../img/mark_blank.gif) left 0.2em no-repeat;
	text-decoration: none;
}

/* ●pdfへのリンク */
.pdf {
	text-indent: 17px;
	display: block;
	background: url(../img/icon_pdf.png) left 0.1em no-repeat;
	text-decoration: none;
}

.pdf_inner {
	padding-left: 9px;
	background: url(../img/icon_pdf.png) left top no-repeat;
	text-decoration: none;
}

/* ●wordへのリンク */
.word {
	text-indent: 17px;
	display: block;
	background: url(../img/icon_word.png) left 0.3em no-repeat;
	text-decoration: none;
}


.word_inner {
	padding-left: 9px;
	background: url(../img/icon_word.png) left top no-repeat;
	text-decoration: none;
}

/* ●FMへのリンク */
.fm {
	text-indent: 17px;
	display: block;
	background: url(../img/icon_fm.gif) left 0.6em no-repeat;
	text-decoration: none;
	border-bottom: solid 1px #ddd;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

.fmend {
	text-indent: 17px;
	display: block;
	background: url(../img/icon_fm.gif) left 0.6em no-repeat;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}


/* ●右寄せ */

.txt_right {
	width: 100%;
	text-align: right !important;
}