@charset "utf-8";

/*/////////////////////////////////////////////////
 * よく使う色
 
 	青→　#1b3b7c
	赤→　#e12621
////////////////////////////////////////////////*/

/*/////////////////////////////////////////////////
 * font
////////////////////////////////////////////////*/

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #333;
}

/* -- opera 9.5 -- */
/*
body:first-of-type {
	font-family:"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka, sans-serif;
}
*/

/*/////////////////////////////////////////////////
 * link
////////////////////////////////////////////////*/

a:link{color:#005eac; text-decoration: underline;}
a:visited{color:#005eac; text-decoration: underline;}
a:hover{color:#0099cc;text-decoration:underline;}



/*/////////////////////////////////////////////////
//////サイズ
////////////////////////////////////////////////*/

/*default size*/
body{
 font-size:80%;
}

p, li, b, dt, dl,h3,h4,h5,h6,caption,h2,#copy h1,td,th{
line-height: 1.7em;
}

h1,h2,h3,h4,table{
	 font-size:100%;
	 font-weight:normal;
}

/*small size(10px)*/
.font_s{
	font-size: 85%;
	line-height:15px;
}

.font_ss{
	font-size: 75%;
	line-height:15px;
}

/*large size(14px)*/
.font_l{
	font-size: 105%;
	font-weight:bold;
}

/*LL size(16px)*/
.font_ll {
	font-size: 140%;
	font-weight:bold;
}

/*strong*/
.font_b {
	font-weight: bold;
}

/*/////////////////////////////////////////////////
 * color
////////////////////////////////////////////////*/

/*attention*/
.attention{
	color: #ff4800;
}

/*light gray*/
.lightgray{
	color: #666666;
}

/*orange*/
.orange{
	color: #FF6600;
}

/*white*/
.white {
	color: #ffffff;
}

/*lightGreen*/
.lightGreen {
	color: #b7e1bf;
}

/* red */
.red {
	color: #ff2c2c;
}

/* burgundy */

.burgundy{
	
	color: #6c2735;	
}
/*/////////////////////////////////////////////////
 * text-align
////////////////////////////////////////////////*/

.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.alignL {
	text-align: Left;
}

/*iphone対応*/
body{
	
	-webkit-text-size-adjust: none;	
}
