﻿@charset "utf-8";


/* base
--------------------------------------------------*/

html{
	overflow-y: scroll;
	background-color: #f9f5ed;
}

body{
	font-size: 13px;
	line-height: 20px;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	zoom: 1;
	-webkit-text-size-adjust: 100%;
}


/* font
--------------------------------------------------*/

p,pre,address,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
}

strong{
	font-weight: bold;
}

.font_red{
  	color: #a86262;
}

.font_red_02{
  	color: #d44848;
}

.font_blue{
  	color: #5483ac;
}

.font_12{
	font-size: 12px;
	line-height: 18px;
}

.font_16{
	font-size: 16px;
	line-height: 24px;
}

.font_18{
	font-size: 18px;
	line-height: 24px;
}


/* link
--------------------------------------------------*/

a{
	text-decoration: underline;
}

a:link{
	color: #333;
}

a:visited{
	color: #333;
}

a:hover{
	text-decoration: none;
}

a img:hover{
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}


/* float
--------------------------------------------------*/

.float_l{
	float: left;
}

.float_r{
	float: right;
}


/* text-align
--------------------------------------------------*/

.txt_l{
	text-align: left;
}

.txt_c{
	text-align: center;
}

.txt_r{
	text-align: right;
}


/* margin
--------------------------------------------------*/

.mt10{
	margin-top: 10px;
}

.mt25{
	margin-top: 25px;
}

.mt30{
	margin-top: 30px;
}

.mt40{
	margin-top: 40px;
}

.mt50{
	margin-top: 50px;
}

.mt60{
	margin-top: 60px;
}

.mb5{
	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;
}

.mr15{
	margin-right: 15px;
}

.mr25{
	margin-right: 25px;
}

.mr30{
	margin-right: 30px;
}

.mr50{
	margin-right: 50px;
}

.ml15{
	margin-left: 15px;
}

.ml30{
	margin-left: 30px;
}