@charset "UTF-8";
/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	font-weight:normal;
    vertical-align: baseline;
    background: transparent;
}

html {
	height:100%;
	-webkit-text-size-adjust:100%; /*iPhone 文字サイズ調整*/
	overflow-x: hidden; /*横スクロール非表示*/
} 

body {
	font:normal 13px/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#FBFBFB;
	color:#2B1F0D;
	height:100%;
}

ol, ul {
    list-style: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
 
address {
	font-style:normal;
}


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

a:link {
	color: #3D2F29;
	text-decoration: underline;
}

a:visited {
	color: #3D2F29;
	text-decoration: underline;
}

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

a:active {
	color: #3D2F29;
}

a:focus { 
	outline:none;
}

a[href^="http"].exlink {
  background:url(../img/bg_exlink.png) no-repeat right 1px;/* 外部リンクの後ろにアイコン*/ 
  padding-right:18px;
  margin-right:5px;
}

a[href^="http"].exlink {
  background:url(../img/bg_exlink.png) no-repeat right 2px\9;/* IE8*/ 
}




/*------------------------------------------------------------
	clearFix
------------------------------------------------------------*/

* html .clearFix,
*+html .clearFix {
	zoom: 1;
}

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

.clearFix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearFix {display: block;}
/* End hide from IE-mac */

.zoom {
	overflow: hidden;
	zoom: 1;
}

br.pc {
	display: none;
}

@media only screen and (min-width: 481px) {
	
	br.sp {
		display: none;
	}
	
	br.pc {
		display: block;
	}

}


/*------------------------------------------------------------
	マージン
------------------------------------------------------------*/

.mb5 {
	margin-bottom:5px;
}

.mb10 {
	margin-bottom:10px;
}

.mb15 {
	margin-bottom:15px;
}

.mb20 {
	margin-bottom:20px;
}

.mb25 {
	margin-bottom:25px;
}

.mb30 {
	margin-bottom:30px;
}

.mb35 {
	margin-bottom:35px;
}

.mb40 {
	margin-bottom:40px;
}

.mb45 {
	margin-bottom:45px;
}

.mb50 {
	margin-bottom:50px;
}

.mb60 {
	margin-bottom:60px;
}

.mb70 {
	margin-bottom:70px;
}

.mb80 {
	margin-bottom:80px;
}

.ml10 {
	margin-left:10px;
}

.ml15 {
	margin-left:15px;
}


/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/

/* リスト */




/* 画像 */


/* 太字・注意書き */

strong,
.bold {
	font-weight:bold;
}

.boldborder {
	font-weight:bold;
	text-decoration:underline;
}

.redbold {
	font-weight:bold;
	color:#900;
}

.attention {
	color:#900;
}


/* 見出し体裁 */

.dropcap01,
.dropcap02,
.dropcap03 {
	display: block;
	float: left;
	margin: 0px 8px 0px 0px;
	font-size: 24px;
	font-weight:bold;
	line-height: 40px;
	background:#333;
	color: #FFF;
	width: 40px;
	height: 40px;
	text-align: center;
	text-shadow: none;
}


.dropcap02 {
	border-radius: 50px;
}

.dropcap03 {
	background:none;
	color:#333;
	margin:0;
}


/* テーブル */


/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

table tr th,
table tr td {
	border:1px solid #ccc;
	display:block;
}

@media only screen and (min-width: 641px) {
	
table tr th,
table tr td {
	display:table-cell;
}

}

/* float */

.floatL {
	float: left;
}

.floatR {
	float: right;
}


/*------------------------------------------------------------
	WEBフォント - アイコン
------------------------------------------------------------*/

@font-face {
    font-family: 'fontawesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../../jp/common/fonts/fontawesome-webfont?#iefix') format('embedded-opentype'),
	url('../fonts/fontawesome-webfont.woff') format('woff'),
	url('../fonts/fontawesome-webfont.ttf') format('truetype'),
	url('../fonts/fontawesome-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
