﻿@charset "utf-8";

/* -----------------------------------------------

 * ブラウザ解釈値リセット＆設定ファイル

 *

 * LastUpdate : 14/09/03

----------------------------------------------- */

/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, 
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, 
fieldset, figcaption, figure, form, footer, 
header, hgroup, h1, h2, h3, h4, h5, h6, html, 
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby, 
s, samp, section, main, small, span, strike, strong, sub, summary, sup, 
tt, table, tbody, tfoot, thead, time, tr, th, td,
u, ul, var, video { 
	font-family: inherit; 
	font-size: 100%; 
	font-weight: inherit; 
	font-style: inherit; 
	vertical-align: baseline; 
	white-space: normal;
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0;
	background: transparent; 
	line-height: 1.2;/* base line height */
	text-align: left;
}

textarea { 
	font-family: inherit; 
	font-size: 100%; 
	font-weight: inherit; 
	font-style: inherit; 
	vertical-align: baseline; 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0;
	background: transparent; 
	line-height: 1.2;/* base line height */
	text-align: left;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main { 
	display: block; 
}
								  
ol, ul  { 
	list-style: none; 
}
blockquote, q {
	quotes: none; 
}

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}


/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
/*html,body {
	 -webkit-text-size-adjust: none;
}*/

body {
	margin: 0 auto;
	padding: 0 auto;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  	font-size:13px;
	text-align: center; /* box centering */
	color: #000;
}

table {
	margin : 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

img {
	vertical-align: bottom;
	border: none;
}


/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {outline:none;}
a:link {
	color: #4D4D4D;
	text-decoration: none;
}
a:visited {
	color: #4D4D4D;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #4D4D4D;
}

a,a:hover,a:hover img {
	-webkit-transition: 0.7s !important;
	-moz-transition: 0.7s !important;
	-o-transition: 0.7s !important;
	transition: 0.7s !important;
	text-decoration: none;
}

a img:hover,a:hover {
	filter: alpha(opacity=75) !important;
	-moz-opacity:0.75 !important;
	opacity:0.75 !important;
}

/* ----------------------------------------------

 * 要素を左右中央寄せ

---------------------------------------------- */

.taC {
	text-align: center !important;
}

.taR {
	text-align: right !important;
}

.taL {
	text-align: left !important;
}

.txtR {
	text-align:right;
}

.posL {
	float: left;
}

.posR {
	float: right;
}



.caption {
	font-size: 83% !important;
}

.mb20 {
	margin-bottom: 20px !important;
}


/* ----------------------------------------------
 * clearfix
---------------------------------------------- */
/*for IE 5.5-7*/
.clr {
	zoom: 1;
	display: inline-table;
}

/*for modern browser*/
.clr:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

* html .clr {
	height: 1%;
	display:inline-table;
	/*\*/display:block;/**/
}

/* Hides from IE-mac \*/
* html .clr {
	height: 1%;
}

.clr {
	display: block;
}
/* End hide from IE-mac */


input[type="text"],textarea {
	padding:5px;
	border: 1px solid #aaa;
	margin:0!important;
	display: block;
    border-radius:  5px;
    -webkit-border-radius: 5px ;
    -moz-border-radius:  5px ;
	font-size:108%;
	-moz-box-shadow: inset 1px 1px 3px #deded5;
	-webkit-box-shadow: inset 1px 1px 3px #deded5;
	box-shadow: inset 1px 1px 3px #deded5;
	behavior: url("./css/PIE.htc");
}

.min{
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	}