﻿/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/

html {
	/*overflow-y: scroll;*/
}

body, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
p, li, dt, dd, th, td {
	/*line-height:150%;
	padding-top:2px;*/
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
img.top {
	vertical-align:middle;
}
ul li {
	list-style-type: none;
}
iframe {
	width:100%;
	border:0;
	margin:0;
	padding:0;
}

/*---------------------------------------------
	body
  ---------------------------------------------*/

body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #444;
	font-size: 16px;
	text-align: left;
	line-height:1.6;
	-webkit-text-size-adjust: 100%;
}

/*---------------------------------------------
	Anchor
  ---------------------------------------------*/

a {
	outline: none;
}

a,
a:visited {
	text-decoration: none;
	color: #222;
}
a:hover {
	text-decoration: none;
	color: #666;
}

#left_column a,
#left_column a:visited {
	text-decoration: none;
	color: #004ea2;
}
#left_column a:hover {
	text-decoration: underline;
	color: #004ea2;
}

/*******************************
　clearfix
*******************************/

.clearfix:after,
.in_box:after {
	clear:both;
	display:block;
	height:0px;
	content:"";
	visibility:hidden;
}
.clearfix {
	min-height:1px;
	inline-table;
	clear:both;
}
*html .clearfix {
	height:1px;
}
.clear {
	clear:both;
}

/*---------------------------------------------
	Other
  ---------------------------------------------*/

.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }

.small { font-size:75% !important; line-height:130%; }
.x-small { font-size:60% !important; line-height:130%; }
.large { font-size:125% !important; }
.x-large { font-size:150% !important; }
.red { color:#CC0000; }
.red2 { color:#c7587a; }
.gray { color:#AAAAAA; }
.blue { color:#2c8691; }
.green { color:#088f4a; }

.fs10 { font-size:10px !important; }
.fs11 { font-size:11px !important; }
.fs12 { font-size:12px !important; }
.fs14 { font-size:14px !important; }
.fs15 { font-size:15px !important; }
.fs16 { font-size:16px !important; }
.fs18 { font-size:18px !important; }
.fs20 { font-size:20px !important; }
.fs22 { font-size:22px !important; }
.fs24 { font-size:24px !important; }
.fs28 { font-size:28px !important; }
.fs30 { font-size:30px !important; }

.mb0 { margin-bottom:0 !important; }
.mb5 { margin-bottom:5px !important; }
.mb8 { margin-bottom:8px !important; }
.mb10 { margin-bottom:10px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }
.mt5 { margin-top:5px !important; }
.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mr5 { margin-right:5px !important; }
.mr8 { margin-right:8px !important; }
.mr10 { margin-right:10px !important; }
.mr15 { margin-right:15px !important; }
.ml0 { margin-left:0px !important; }
.ml5 { margin-left:5px !important; }
.ml8 { margin-left:8px !important; }
.ml10 { margin-left:10px !important; }
.ml15 { margin-left:15px !important; }

.pb0 { padding-bottom:0 !important; }
.pb1 { padding-bottom:1px !important; }
.pb5 { padding-bottom:5px !important; }
.pb10 { padding-bottom:10px !important; }
.pb15 { padding-bottom:15px !important; }
.pt5 { padding-top:5px !important; }
.pt10 { padding-top:10px !important; }
.p10 { padding:10px !important; }
.p15 { padding:15px !important; }
.p20 { padding:20px !important; }

.m7 { margin-left:7px !important; }

.photo_l {
	float:left;
	margin:0 10px 0 0;
}
.photo_r {
	float:right;
	margin:0 0 0 10px;
}
.img_center {
	text-align:center;
}




/* テーブル */
.tb_style {
	width:100%;
	border:1px #CCCCCC solid;
}
.tb_style th {
	width:25%;
	padding:10px;
	border:1px #CCCCCC solid;
	background-color:#f5f2f2;
}
.tb_style td {
	padding:10px;
	border:1px #CCCCCC solid;
}

/* テーブルちっく */
.tb_style01 {
	border-top:1px #CCCCCC solid;
}
.tb_style01 dl {
	width:100%;
	display:table;
	border-right:1px #CCCCCC solid;
}
.tb_style01 dl dt {
	width:25%;
	padding:10px;
	display:table-cell;
	border-left:1px #CCCCCC solid;
	border-bottom:1px #CCCCCC solid;
	background-color:#ededed;
}
.tb_style01 dl dd {
	padding:10px;
	display:table-cell;
	border-left:1px #CCCCCC solid;
	border-bottom:1px #CCCCCC solid;
}
