/*!
 * common.css
 * v@0.4.0
 * update: 2014-04-25
 * License: under the MIT license.
 */@charset "UTF-8";
 

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

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block;
}

audio,canvas,video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}

code,kbd,pre,samp {
	_font-family: 'courier new',monospace;
}

pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before,q:after {
	content: '';
	content: none;
}

menu,ol,ul {
	margin: 1em 0;
}

dd {
	margin: 0 0 0 40px;
}

menu,ol,ul {
	padding: 0 0 0 40px;
}

nav ul,nav ol {
	list-style: none;
	list-style-image: none;
}

img {
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

form {
	margin: 0;
}

legend {
	white-space: normal;
	*margin-left: -7px;
}

button,input,select {
	vertical-align: baseline;
}

button,input,select,textarea {
	font-size: 100%;
	*vertical-align: middle;
}

button {
	line-height: normal;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	*overflow: visible;
}

input[type="checkbox"],input[type="radio"] {
	*height: 13px;
	*width: 13px;
}

textarea {
	vertical-align: top;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block;
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],template {
	display: none;
}

a {
	background: 0 0;
}

a:active,a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b {
	font-weight: 700;
}

mark {
	background: #ff0;
	color: #000;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre {
	overflow: auto;
}

code,kbd {
	font-size: 1em;
}

pre {
	font-family: monospace,monospace;
}

pre,samp {
	font-size: 1em;
}

button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,select {
	text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],input[type="radio"] {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

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

html {
	-webkit-font-kerning: normal;
	-moz-font-kerning: normal;
	-ms-font-kerning: normal;
	-o-font-kerning: normal;
	font-kerning: normal;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	width: 100%;
	height: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6,body,p,pre,blockquote,figure,dl,dl dt,dl dd {
	margin: 0;
	padding: 0;
}

a:link:focus {
	outline: none;
}

[contenteditable]:focus,img:focus,map area:focus {
	outline: none;
}

th,td,fieldset {
	padding: 0;
}

fieldset {
	margin: 0;
}

html {
	color: #000;
	/*font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,sans-serif; */
	font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
	font-size: 13px;
	*font: x-small;
	line-height: 1.5;
	background-color: #fff;
}

body {
	color: #222222;
	background: #fff;
	font-size:108%;
}

hr {
	display: block;
	width: 100%;
	height: 1px;
	border: 0 none;
	background: #666;
}

a {
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

a:link,a:visited {
	color: #d00d22;
	text-decoration: underline;
}

a:hover,a:focus {
	color: #ff7301;
}

a:active {
	color: #ff7301;
}

a:focus {
	outline: none;
}

em {
	font-style: normal;
}

em,strong {
	font-weight: 700;
}

small {
	font-size: .8em;
}

cite {
	font-weight: 700;
	font-style: normal;
}

cite:before {
	content: '『';
	font-weight: 400;
}

cite:after {
	content: '』';
	font-weight: 400;
}

q:before {
	content: '❝';
}

q:after {
	content: '❞';
}

dfn {
	font-weight: 700;
	font-style: normal;
}

code {
	font-family: Ricty,Consolas,"Courier New",Courier,Monaco,monospace;
	margin: 0 2px;
	padding: 3px 5px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 3px;
	background: rgba(0,0,0,.025);
}

samp {
	color: #FFF;
	background: rgba(0,0,0,.9);
}

samp,kbd {
	font-family: Ricty,Consolas,"Courier New",Courier,Monaco,monospace;
	margin: 0 2px;
	padding: 3px 5px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 3px;
}

kbd {
	background: rgba(0,0,0,.025);
}

kbd kbd {
	display: inline-block;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,sans-serif;
	font-weight: 700;
	line-height: 1;
	margin: 1px;
	padding: 1px 10px;
	border: 1px solid rgba(0,0,0,.6);
	background: #eee;
	box-shadow: 1px 1px 1px rgba(255,255,255,.5)inset,-1px -1px 1px rgba(0,0,0,.5)inset;
}

pre code {
	display: block;
	padding: 5px 10px;
}

pre kbd {
	display: block;
	color: #FFF;
	background: rgba(0,0,0,.9);
}

pre kbd:after {
	content: '|';
	opacity: .6;
}

pre kbd kbd {
	color: #000;
	display: inline;
	background: #eee;
}

pre kbd kbd:after {
	display: none;
}

pre samp {
	display: block;
	padding: 5px 10px;
}

var {
	font-family: serif;
	font-weight: 700;
	margin: 0 2px;
	padding: 3px 5px;
	border-radius: 3px;
	background: rgba(0,0,0,.025);
}


/*wrapper
---------------------------------------------------------- */

#wrapper {
	width: 100%;
	overflow: hidden;
}


/*header
---------------------------------------------------------- */

#header_block {
	width: 100%;
	min-width: 1020px;
	background: url(../img/common/head_bg.gif) top center repeat-x;
}

header {
	width: 980px;
	margin: 0 auto;
	padding: 0 20px;
	height: 120px;
}

header #logo {
	padding-top: 18px;
	float: left;
}

header .bt_contacts {
	float: right;
	font-weight: bold;
}

header .bt_contacts a {
	display: block;
	color: #fff;
	padding: 14px 24px;
	background-color:#222222;
	text-decoration: none;
	transition: background-color .5s;
}

header .bt_contacts a:hover {
	background-color: #7d7d7d;
}
	

/*main
---------------------------------------------------------- */

/* mainimg */

#mainimg_box {
	background:url(../img/common/bg_main.jpg) center 0 no-repeat;
	margin: 0 auto;
	padding: 0 0 0 220px;
	text-align:center;
}

#mainimg_box_cs {
	background:url(../img/common/bg_main_cs.jpg) center 0 no-repeat;
	margin: 0 auto;
	padding: 0 0 0 220px;
	text-align:center;
}

#contents_block {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 40px;
}

/* main */

h2 {
	margin-bottom: 20px;
}

#main_contents_block {
	float: right;
	width: 720px;
	padding: 30px 0 0;
}

/* link */

a.icon_blank {
	padding-right:20px;
	background:url(../img/common/icon_blank.png) right 0.2em no-repeat;
}

a.icon_pdf {
	padding-right:20px;
	background:url(../img/common/icon_pdf.png) right 0 no-repeat;
}

a.icon_txt {
	padding-right:20px;
	background:url(../img/common/icon_txt.png) right 0 no-repeat;
}



/*sub
---------------------------------------------------------- */

#sub_contents_block {
	float: left;
	width: 220px;
	margin-top: -80px;
}

.nav_conference {
	background-color: #d00d22;
	color: #fff;
	margin-bottom: 20px;
}

.nav_conference .nav_ttl {
	padding: 20px 20px 0;
}

.nav_conference .nav_ttl p {
	font-size: 123%;
	border-bottom: 1px solid #ec9ea7;
	padding-bottom: 10px;
	text-align: center;
}

.nav_conference ul {
	font-size: 108%;
	padding:10px 0 20px;
	margin: 0;
	list-style: none;
}

.nav_conference li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 6px 20px 6px;
	transition: background-color .5s;
}

.nav_conference li a:hover {
	background-color: #ee5e6e;
}

.nav_conference li a span.icon_blank {
	padding-right:20px;
	background:url(../img/common/icon_blank.png) right 0.2em no-repeat;
}

.nav_general {
	background-color: #333333;
	color: #fff;
	margin-bottom: 20px;
}

.nav_general .nav_ttl {
	padding: 20px 20px 0;
}

.nav_general .nav_ttl p {
	font-size: 123%;
	border-bottom: 1px solid #717171;
	padding-bottom: 10px;
	text-align: center;
}

.nav_general ul {
	font-size: 108%;
	padding:10px 0 20px;
	margin: 0;
	list-style: none;
	
}

.nav_general li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 6px 20px 6px;
	transition: background-color .5s;
}

.nav_general li a:hover {
	background-color: #7d7d7d;
}

/* バナー */

.banner_block .banner_label {
	background: url(../img/common/mark_rect_01.gif) 0 6px no-repeat;
	padding-left: 12px;
	font-weight: bold;
	margin: 0 0 5px 2px;
}

.banner_block ul {
	list-style: none;
}

.banner_block_01 {
	padding: 0;
	margin: 0 0 20px;
}

.banner_block_01 li {
	margin-bottom: 8px;
}

.banner_block_01 li.txt_only {
	padding: 8px 10px;
	border: 3px solid #dddddd;
	font-size:93%;
	line-height:1.3;
}

.banner_block_01 li.txt_link {
	padding: 0;
	border: 3px solid #dddddd;
	font-size:93%;
	line-height:1.3;
}

.banner_block_01 li.txt_link a{
	padding:8px;
	display:block;
	color : #333;
	text-decoration: none;
	min-height:50px;
}

.banner_block_01 li.txt_link a:hover {
	text-decoration: underline;
}

.banner_block_01 li .ph {
	float: left;
	width:50px;
	margin-right:10px;
}

.banner_block_01 li .txt {
	overflow: hidden;
	display: block;
	zoom:1;
}


.banner_block_02 {
	padding: 0;
	margin: 0;
}

.banner_block_02 li {
	border: 3px solid #dddddd;
	font-size:85%;
	margin-bottom: 8px;
	line-height: 1.3;
}

.banner_block_02 li a {
	display: block;
	padding: 10px;
	color: #333;
	text-decoration: none;
}

.banner_block_02 li a:hover {
	text-decoration: underline;
}

.banner_block_02 li a img {
	display: block;
	margin: 0 auto 5px;
}

.banner_block_02 li span {
	display:block;
}

.banner_block_02 li .ph {
	float: left;
	width:50px;
	margin-right:10px;
}

.banner_block_02 li .txt {
	overflow: hidden;
	zoom:1;
}


/*list
---------------------------------------------------------- */

.list_noicon {
	list-style-type:none;
	padding-left:0px;
	margin: 0 0 30px;
}

/*footer
---------------------------------------------------------- */

footer {
	width: 100%;
	min-width: 980px;
	padding: 20px 0 25px;
	background-color: #d00d22;
	color: #fff;
}

footer p {
	text-align: center;
}


/*汎用class
---------------------------------------------------------- */

.clear {
	clear: both;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.font10 {
	font-size: 77%;
}

.font11 {
	font-size: 85%;
}

.font14 {
	font-size: 108%;
}

.font15 {
	font-size: 116%;
}

.font16 {
	font-size: 123.1%;
}

.font17 {
	font-size: 131%;
}

.font18 {
	font-size: 138.5%;
}

.font19 {
	font-size: 146.5%;
}

.font20 {
	font-size: 153.9%;
}

.fontb {
	font-weight: 700;
}

.font_red {
	color: #c21b07;
}

.font_orange {
	color: #f6b545;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px !important;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb50 {
	margin-bottom: 50px;
}

.center {
	width: 100%;
	text-align: center;
}

.right {
	width: 100%;
	text-align: right;
}

.img_float_l {
	float: left;
	margin-right: 10px;
}

.img_float_r {
	float: right;
	margin-left: 10px;
}

.clearfix {
	*display: inline-block;
	*zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}