@charset "utf-8";
/* CSS Document */

/************************************************************
HTML TAGS
************************************************************/
*{
	margin:0;
	padding:0px;
}

html, body {
	color:#000;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3', sans-serif; 
	font-style: normal;
	letter-spacing:0.03em;
}

.breadclumb{
    margin: 0 auto;
    overflow: hidden;
    height:27px;
    background-color: rgba(255, 255, 255, 0.4);
}

.breadclumb div{
	width:1000px;
	margin:0 auto;
}	


.breadclumb div li{
	color: #000;
    display: inline-block;	
    font-family: "Oswald",Meiryo,"メイリオ",sans-serif;
    letter-spacing: 0.12em;
    font-size: 75%;
    padding:5px 5px;    
}


h1{
	color: #000;
}

h1 > span{
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",sans-serif;
	background: rgba(255, 255, 255, 0.6) repeat scroll 0 0;
    display: inline-block;
    line-height: 1.2;
    padding: 25px 30px 20px
}

.subtitle{
	font-family: "Oswald",Meiryo,"メイリオ",sans-serif;
    font-size: 60%;
    letter-spacing: 0.4em;
    line-height: 1;
}


h2{
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",sans-serif;
    font-size: 25px;
    font-weight: bold;
    padding: 9px 9px 30px 0px;
    position: relative;
    text-align: center;
}
     
h2:before{
    background-color: #ff0000;
    box-shadow: 0 3px 3px 3px rgba(255, 255, 255, 0.1) inset;
    content: "";
    display: block;
    height: 25px;
    left: 20%;
    margin: 0 auto;
    opacity: 0.2;
    position: absolute;
    top: 30px;
    width: 60%;
}

h3{}

h4{}

h5{}

p,dd,dt{
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:20px;
	padding:15px 40px;
	line-height:1.6;
}

.contents01{
	background-color:rgba(255,255,255,0.7);
	width:1000px;
	margin:15px auto;
    padding:40px;	
}


li{
	line-height:1.5;
}


ul,ol{list-style-type:none;}

li img, dt img, dd img{vertical-align:bottom; letter-spacing:0.02em;}

hr{margin:0px;padding:0px;}

address{
	font-family: 'Oswald', Meiryo,'メイリオ', sans-serif;
	font-style:normal;
	font-size:77% !important;
	padding-bottom:10px;
}

a{
	color:#000;
	outline:none;
	text-decoration:none;
}

a:hover {
	/* color:#f5e825; */
	text-decoration:underline;
}

a img{
	border:none;
}


table{
    margin:40px auto;
    border-collapse:collapse;
    border:none;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size:90%;
}

.odd{
background: #e1e1e1 none repeat scroll 0 0;
}

th{
    color: #333;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing:0.1em;
    padding:15px 5px;
}

td{
	line-height:1.5;
	padding:15px 10px;
}


/* custom size*/
p,li,dt,dd,th,td{
	font-size:100%;
}

textarea{
	font-size:100%;
}

address{
	font-size:85%;
}