@charset "utf-8";


/* reset
-----------------------------------------------*/

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

a {
	outline: none;
	text-decoration: none;
	}
	
ol,ul{
	list-style: none;		
	}
	
img {
	border-style:none;
	}
input, textarea {
    margin: 0;
    padding: 0;
	}


/* decided
-----------------------------------------------*/

.clear{
	clear: both;	
	}
.txtHide {
	display: none;
}

.txtS {
	font-size: 0.85em;
	line-height: 1.2em;
}

.txtL {
	font-size:1.3333em;
	line-height:1.6em;
}

.txtLL {
	font-size:1.4em;
	line-height:2em;
}

.txtB {
	font-weight: bold;
}
.txtOut {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	/* 画像のwidth,height,置換画像URL要指定 */
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.btmM8 {
	margin-bottom: 8px;
}

.btmM2 {
	margin-bottom: 2em;
}

.btmM3 {
	margin-bottom: 3em;
}

.btmM4 {
	margin-bottom: 4em;
}

.btmM5 {
	margin-bottom: 5em;
}

.topM1 {
	margin-top: 1em;
}

.topM2 {
	margin-top: 2em;
}

.topM3 {
	margin-top: 3em;
}

.leftM1 {
	margin-left: 1em;
}

.rightM1 {
	margin-right: 1em;
}

.alignL {
	text-align: left;
}

.alignC {
	text-align: center;
}

.alignR {
	text-align: right;
}

.startAligned {
	text-indent: -1em;
	padding-left: 1em;
}

.center {
	margin: 0 auto;
}

responsiveImg {
	width: 100%;
	height: auto;
}

.radius {
	border-radius: 4px;
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;       /* Firefox用 */
}

.boxShadow {
	box-shadow:rgba(0, 0, 0, 0.5) 0px 7px 11px 11px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.5) 0px 7px 11px 11px;    /* Safari,Google Chrome用 */
	-moz-box-shadow:rgba(0, 0, 0, 0.5) 0px 7px 11px 11px;       /* Firefox用 */
}


/* layout
-----------------------------------------------*/

body {
	margin:0 auto;
	padding:0;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5em;
	letter-spacing:0.07em;
	font-size: 75%;
}

html>/* */body {
	font-size: 12px;
}


/* head
-----------------------------------------------*/


/* footer
-----------------------------------------------*/




