﻿/******* リセット設定 ********/
div,p,h1,h2,h3,h4,h5,h6,body,form,blockquote,address,object,hr,ul,li,ol,dl,dt,dd {
	margin:0;
	padding:0;
	text-indent:0;
}

li{
	list-style:none;
}

/******* 基本設定 ********/

h1 { font-size:24px }
h2 { font-size:20px }
h3 { font-size:16px }
h4 { font-size:15px }
h5 { font-size:14px }
h6 { font-size:14px }

body {
	font-family : "Meiryo", "Hiragino Kaku Gothic Pro", "MS P Gothic", san-serif;
	font-size : 14px;
	line-height : 165%;
	text-align : center;
	background-color : #f0f0f0;
}

input, select, textarea {
	font-family : "Meiryo", "Hiragino KakuGothic Pro W3", "MS P Gothic", san-serif;
}

/* 全体幅を決定 w=980px iPad/Androidブラウザの標準ドキュメント幅 */
#wrap {
	width : 980px;
	border: 1px solid silver;
	margin : 0 auto;
	text-align : center;
	background-color : #fff;
}

/* コンテンツ 本文部分 最低高指示 h=540px */
.container {
	padding-top: 36px;
	min-height : 550px;
	text-align:left;
}


/******** 個別要素指定 *********/
div.movtitle{
		margin-top:24px;
		margin-bottom:24px;
}
div.movtitle span.title{
	display:inline-block;
	font-size:24px;
	font-weight:bold;
	vertical-align:middle;
	margin-right:16px;
}

div.movtitle span.description{
	display:inline-block;
	font-size:16px;
	vertical-align:middle;
}

div.movdescription{
}

/******** 強制フォントサイズ指定部 *********/
.enam {
	font-size: 16px;
	font-weight: normal
}
