@charset 'UTF-8';

@font-face{font-family:'FontAwesome';src:url('font/fontawesome-webfont.eot?v=4.0.1');src:url('font/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'),url('font/fontawesome-webfont.woff?v=4.0.1') format('woff'),url('font/fontawesome-webfont.ttf?v=4.0.1') format('truetype'),url('font/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}


/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	*
	{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	body, input, textarea, select
	{
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		/*font-weight: 400;*/
		color: #3D4222;

	}

	p{
		padding:0 10px 0 10px;
		word-break:break-strict;
	}

	h1,h2,h3,h4,h5,h6
	{
		font-weight: 700;
		color: #222;
	}
	
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
	{
		color: inherit;
		text-decoration: none;
	}

	h2{
			border-left:30px solid #5C2163;
			border-bottom:2px solid #5C2163;
			padding:0 0 0 5px;
			margin:0 0 10px 0;
	}

	h3{
			border-left:10px solid #460B3C;
			border-bottom:1px solid #460B3C;
			padding:0 0 0 5px;
			margin:0 0 10px 0;
	}

	a
	{
		text-decoration: underline;
		color: #717479;
		-moz-transition: color .25s ease-in-out;
		-webkit-transition: color .25s ease-in-out;
		-o-transition: color .25s ease-in-out;
		-ms-transition: color .25s ease-in-out;
		transition: color .25s ease-in-out;
	}
	
		a:hover
		{
			text-decoration: none;
		}

	strong, b
	{
		font-weight: 700;
		color: #484d55;
	}
	
	blockquote
	{
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}
	
	em, i
	{
		font-style: italic;
	}
	
	hr
	{
		border: 0;
		border-top: solid 1px #ddd;
	}
	
	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	table
	{
		width: 100%;
	}
	
		table.style1
		{
			width: 100%;
		}
		
			table.style1 tbody tr:nth-child(2n+2)
			{
				background: #f4f4f4;
			}
			
			table.style1 td
			{
				padding: 0.5em 1em 0.5em 1em;
			}
			
			table.style1 th
			{
				text-align: left;
				font-weight: 400;
				padding: 0.5em 1em 0.5em 1em;
			}
		
			table.style1 thead
			{
				background: #484d55;
				color: #fff;
			}
			
			table.style1 tfoot
			{
				background: #eee;
			}
			
			table.style1 tbody
			{
			}

	form
	{
	}
	
		form label
		{
			display: block;
			color: #484d55;
		}
	
		form input.text,
		form select,
		form textarea
		{
			-webkit-appearance: none;
			display: block;
			border: 0;
			background: #eee;
			box-shadow: inset 0px 0px 1px 0px #a0a1a7;
			border-radius: 0.35em;
			width: 100%;
			padding: 0.75em 1em 0.75em 1em;
			-moz-transition: all .25s ease-in-out;
			-webkit-transition: all .25s ease-in-out;
			-o-transition: all .25s ease-in-out;
			-ms-transition: all .25s ease-in-out;
			transition: all .25s ease-in-out;
		}

			form input.text:hover,
			form select:hover,
			form textarea:hover
			{
			}

			form input.text:focus,
			form select:focus,
			form textarea:focus
			{
				background: #f8f8f8;
			}
			
			form textarea
			{
				min-height: 12em;
			}

			form .formerize-placeholder
			{
				color: #555 !important;
				font-style: italic;
			}

			form ::-webkit-input-placeholder
			{
				color: #555 !important;
				font-style: italic;
			}

			form :-moz-placeholder
			{
				color: #555 !important;
				font-style: italic;
			}

			form ::-moz-placeholder
			{
				color: #555 !important;
				font-style: italic;
			}

			form :-ms-input-placeholder
			{
				color: #555 !important;
				font-style: italic;
			}

			form ::-moz-focus-inner
			{
				border: 0;
			}

	.nobr
	{
		white-space: nowrap;
	}

	br.clear
	{
		clear: both;
	}
	
	p, ul, ol, dl, table, blockquote, form
	{
		margin-bottom: 0.8em;
	}
	
	section,
	article
	{
		margin-bottom: 2em;
	}
	
	section > :last-child,
	article > :last-child
	{
		margin-bottom: 0;
	}

	section:last-child,
	article:last-child
	{
		margin-bottom: 0;
	}
	
	header.style1
	{
		text-align: left;
	}

		header.style1 h2
		{
		}
		
		header.style1 .byline
		{
			color: #b1b4b9;
		}

	.image
	{
		display: inline-block;
	}
	
		.image img
		{
			display: block;
			width: 100%;
		}

	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}

	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}

		.image-centered img
		{
			margin: 0 auto;
			width: auto;
		}
		
	.image-featured
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}
	
	.button
	{
		display: inline-block;
		background: #444;
		text-align: center;
		text-transform: uppercase;
		font-weight: 700;
		letter-spacing: 0.25em;
		text-decoration: none;
		border-radius: 0.35em;
		border: 0;
		outline: 0;
		cursor: pointer;
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
		-o-transition: all .25s ease-in-out;
		-ms-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}

		.button-style1
		{
			background: #44194A url('images/overlay.png');
			color: #fff;
		}

			.button-style1:hover
			{
				background-color: #82308D;
			}
			
			.button-style1:active
			{
				background-color: #d96760;
			}

		.button-style2
		{
			background: none;
			color: #606167;
			box-shadow: inset 0px 0px 2px 0px #a0a1a7;
		}
		
			.button-style2:hover
			{
				box-shadow: inset 0px 0px 2px 0px #606167;
			}
		
			.button-style2:active
			{
				box-shadow: inset 0px 0px 2px 0px #202127;
			}

		.button-style3
		{
			background: #2f333b url('images/overlay.png');
			color: #fff;
		}

			.button-style3:hover
			{
				background-color: #3f434b;
			}
			
			.button-style3:active
			{
				background-color: #1f232b;
			}

	ul.style1
	{
	}
	
	ul.style2
	{
	}
	
		ul.style2 li
		{
			border-top: solid 1px #eee;
			padding: 1.5em 0 0 0;
			margin: 1.5em 0 0 0;
		}
		
		ul.style2 li:first-child
		{
			border-top: 0;
			padding-top: 0;
			margin-top: 0;
		}
	
	ul.style3
	{
	}
	
		ul.style3 li
		{
			border-top: solid 1px #eee;
			padding: 0.5em 0 0 0;
			margin: 0.5em 0 0 0;
		}
		
		ul.style3 li:first-child
		{
			border-top: 0;
			padding-top: 0;
			margin-top: 0;
		}
	
	ol.style1
	{
	}
		
	.actions
	{
	}

	.feature-list
	{
	}

		.feature-list h3
		{
			color: #e97770 !important;
		}
		
			.feature-list h3:before
			{
				position: relative;
				display: inline-block;
				color: #fff;
				background: #2f333b url('images/overlay.png');
				border-radius: 1em;
				text-align: center;
			}

/*********************************************************************************/
/* Icons                                                                         */
/* Powered by Font Awesome by Dave Gandy | http://fontawesome.io                 */
/* Licensed under the SIL OFL 1.1 (font), MIT (CSS)                              */
/*********************************************************************************/

	.fa
	{
		text-decoration: none;
	}

		.fa.solo
		{
		}
		
			.fa.solo span
			{
				display: none;
			}

		.fa:before
		{
			display:inline-block;
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;
		}

		.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}
		.fa-2x{font-size:2em}
		.fa-3x{font-size:3em}
		.fa-4x{font-size:4em}
		.fa-5x{font-size:5em}
		.fa-fw{width:1.2857142857142858em;text-align:center}
		.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}
		.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}
		.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}
		.pull-right{float:right}
		.pull-left{float:left}
		.fa.pull-left{margin-right:.3em}
		.fa.pull-right{margin-left:.3em}
		.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}
		@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)} 100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)} 100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)} 100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)} 100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)} 100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}
		.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}
		.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}
		.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}
		.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}
		.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}
		.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}
		.fa-stack-1x{line-height:inherit}
		.fa-stack-2x{font-size:2em}
		.fa-inverse{color:#fff}
		.fa-glass:before{content:"\f000"}
		.fa-music:before{content:"\f001"}
		.fa-search:before{content:"\f002"}
		.fa-envelope-o:before{content:"\f003"}
		.fa-heart:before{content:"\f004"}
		.fa-star:before{content:"\f005"}
		.fa-star-o:before{content:"\f006"}
		.fa-user:before{content:"\f007"}
		.fa-film:before{content:"\f008"}
		.fa-th-large:before{content:"\f009"}
		.fa-th:before{content:"\f00a"}
		.fa-th-list:before{content:"\f00b"}
		.fa-check:before{content:"\f00c"}
		.fa-times:before{content:"\f00d"}
		.fa-search-plus:before{content:"\f00e"}
		.fa-search-minus:before{content:"\f010"}
		.fa-power-off:before{content:"\f011"}
		.fa-signal:before{content:"\f012"}
		.fa-gear:before,.fa-cog:before{content:"\f013"}
		.fa-trash-o:before{content:"\f014"}
		.fa-home:before{content:"\f015"}
		.fa-file-o:before{content:"\f016"}
		.fa-clock-o:before{content:"\f017"}
		.fa-road:before{content:"\f018"}
		.fa-download:before{content:"\f019"}
		.fa-arrow-circle-o-down:before{content:"\f01a"}
		.fa-arrow-circle-o-up:before{content:"\f01b"}
		.fa-inbox:before{content:"\f01c"}
		.fa-play-circle-o:before{content:"\f01d"}
		.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}
		.fa-refresh:before{content:"\f021"}
		.fa-list-alt:before{content:"\f022"}
		.fa-lock:before{content:"\f023"}
		.fa-flag:before{content:"\f024"}
		.fa-headphones:before{content:"\f025"}
		.fa-volume-off:before{content:"\f026"}
		.fa-volume-down:before{content:"\f027"}
		.fa-volume-up:before{content:"\f028"}
		.fa-qrcode:before{content:"\f029"}
		.fa-barcode:before{content:"\f02a"}
		.fa-tag:before{content:"\f02b"}
		.fa-tags:before{content:"\f02c"}
		.fa-book:before{content:"\f02d"}
		.fa-bookmark:before{content:"\f02e"}
		.fa-print:before{content:"\f02f"}
		.fa-camera:before{content:"\f030"}
		.fa-font:before{content:"\f031"}
		.fa-bold:before{content:"\f032"}
		.fa-italic:before{content:"\f033"}
		.fa-text-height:before{content:"\f034"}
		.fa-text-width:before{content:"\f035"}
		.fa-align-left:before{content:"\f036"}
		.fa-align-center:before{content:"\f037"}
		.fa-align-right:before{content:"\f038"}
		.fa-align-justify:before{content:"\f039"}
		.fa-list:before{content:"\f03a"}
		.fa-dedent:before,.fa-outdent:before{content:"\f03b"}
		.fa-indent:before{content:"\f03c"}
		.fa-video-camera:before{content:"\f03d"}
		.fa-picture-o:before{content:"\f03e"}
		.fa-pencil:before{content:"\f040"}
		.fa-map-marker:before{content:"\f041"}
		.fa-adjust:before{content:"\f042"}
		.fa-tint:before{content:"\f043"}
		.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}
		.fa-share-square-o:before{content:"\f045"}
		.fa-check-square-o:before{content:"\f046"}
		.fa-move:before{content:"\f047"}
		.fa-step-backward:before{content:"\f048"}
		.fa-fast-backward:before{content:"\f049"}
		.fa-backward:before{content:"\f04a"}
		.fa-play:before{content:"\f04b"}
		.fa-pause:before{content:"\f04c"}
		.fa-stop:before{content:"\f04d"}
		.fa-forward:before{content:"\f04e"}
		.fa-fast-forward:before{content:"\f050"}
		.fa-step-forward:before{content:"\f051"}
		.fa-eject:before{content:"\f052"}
		.fa-chevron-left:before{content:"\f053"}
		.fa-chevron-right:before{content:"\f054"}
		.fa-plus-circle:before{content:"\f055"}
		.fa-minus-circle:before{content:"\f056"}
		.fa-times-circle:before{content:"\f057"}
		.fa-check-circle:before{content:"\f058"}
		.fa-question-circle:before{content:"\f059"}
		.fa-info-circle:before{content:"\f05a"}
		.fa-crosshairs:before{content:"\f05b"}
		.fa-times-circle-o:before{content:"\f05c"}
		.fa-check-circle-o:before{content:"\f05d"}
		.fa-ban:before{content:"\f05e"}
		.fa-arrow-left:before{content:"\f060"}
		.fa-arrow-right:before{content:"\f061"}
		.fa-arrow-up:before{content:"\f062"}
		.fa-arrow-down:before{content:"\f063"}
		.fa-mail-forward:before,.fa-share:before{content:"\f064"}
		.fa-resize-full:before{content:"\f065"}
		.fa-resize-small:before{content:"\f066"}
		.fa-plus:before{content:"\f067"}
		.fa-minus:before{content:"\f068"}
		.fa-asterisk:before{content:"\f069"}
		.fa-exclamation-circle:before{content:"\f06a"}
		.fa-gift:before{content:"\f06b"}
		.fa-leaf:before{content:"\f06c"}
		.fa-fire:before{content:"\f06d"}
		.fa-eye:before{content:"\f06e"}
		.fa-eye-slash:before{content:"\f070"}
		.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}
		.fa-plane:before{content:"\f072"}
		.fa-calendar:before{content:"\f073"}
		.fa-random:before{content:"\f074"}
		.fa-comment:before{content:"\f075"}
		.fa-magnet:before{content:"\f076"}
		.fa-chevron-up:before{content:"\f077"}
		.fa-chevron-down:before{content:"\f078"}
		.fa-retweet:before{content:"\f079"}
		.fa-shopping-cart:before{content:"\f07a"}
		.fa-folder:before{content:"\f07b"}
		.fa-folder-open:before{content:"\f07c"}
		.fa-resize-vertical:before{content:"\f07d"}
		.fa-resize-horizontal:before{content:"\f07e"}
		.fa-bar-chart-o:before{content:"\f080"}
		.fa-twitter-square:before{content:"\f081"}
		.fa-facebook-square:before{content:"\f082"}
		.fa-camera-retro:before{content:"\f083"}
		.fa-key:before{content:"\f084"}
		.fa-gears:before,.fa-cogs:before{content:"\f085"}
		.fa-comments:before{content:"\f086"}
		.fa-thumbs-o-up:before{content:"\f087"}
		.fa-thumbs-o-down:before{content:"\f088"}
		.fa-star-half:before{content:"\f089"}
		.fa-heart-o:before{content:"\f08a"}
		.fa-sign-out:before{content:"\f08b"}
		.fa-linkedin-square:before{content:"\f08c"}
		.fa-thumb-tack:before{content:"\f08d"}
		.fa-external-link:before{content:"\f08e"}
		.fa-sign-in:before{content:"\f090"}
		.fa-trophy:before{content:"\f091"}
		.fa-github-square:before{content:"\f092"}
		.fa-upload:before{content:"\f093"}
		.fa-lemon-o:before{content:"\f094"}
		.fa-phone:before{content:"\f095"}
		.fa-square-o:before{content:"\f096"}
		.fa-bookmark-o:before{content:"\f097"}
		.fa-phone-square:before{content:"\f098"}
		.fa-twitter:before{content:"\f099"}
		.fa-facebook:before{content:"\f09a"}
		.fa-github:before{content:"\f09b"}
		.fa-unlock:before{content:"\f09c"}
		.fa-credit-card:before{content:"\f09d"}
		.fa-rss:before{content:"\f09e"}
		.fa-hdd-o:before{content:"\f0a0"}
		.fa-bullhorn:before{content:"\f0a1"}
		.fa-bell:before{content:"\f0f3"}
		.fa-certificate:before{content:"\f0a3"}
		.fa-hand-o-right:before{content:"\f0a4"}
		.fa-hand-o-left:before{content:"\f0a5"}
		.fa-hand-o-up:before{content:"\f0a6"}
		.fa-hand-o-down:before{content:"\f0a7"}
		.fa-arrow-circle-left:before{content:"\f0a8"}
		.fa-arrow-circle-right:before{content:"\f0a9"}
		.fa-arrow-circle-up:before{content:"\f0aa"}
		.fa-arrow-circle-down:before{content:"\f0ab"}
		.fa-globe:before{content:"\f0ac"}
		.fa-wrench:before{content:"\f0ad"}
		.fa-tasks:before{content:"\f0ae"}
		.fa-filter:before{content:"\f0b0"}
		.fa-briefcase:before{content:"\f0b1"}
		.fa-fullscreen:before{content:"\f0b2"}
		.fa-group:before{content:"\f0c0"}
		.fa-chain:before,.fa-link:before{content:"\f0c1"}
		.fa-cloud:before{content:"\f0c2"}
		.fa-flask:before{content:"\f0c3"}
		.fa-cut:before,.fa-scissors:before{content:"\f0c4"}
		.fa-copy:before,.fa-files-o:before{content:"\f0c5"}
		.fa-paperclip:before{content:"\f0c6"}
		.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}
		.fa-square:before{content:"\f0c8"}
		.fa-reorder:before{content:"\f0c9"}
		.fa-list-ul:before{content:"\f0ca"}
		.fa-list-ol:before{content:"\f0cb"}
		.fa-strikethrough:before{content:"\f0cc"}
		.fa-underline:before{content:"\f0cd"}
		.fa-table:before{content:"\f0ce"}
		.fa-magic:before{content:"\f0d0"}
		.fa-truck:before{content:"\f0d1"}
		.fa-pinterest:before{content:"\f0d2"}
		.fa-pinterest-square:before{content:"\f0d3"}
		.fa-google-plus-square:before{content:"\f0d4"}
		.fa-google-plus:before{content:"\f0d5"}
		.fa-money:before{content:"\f0d6"}
		.fa-caret-down:before{content:"\f0d7"}
		.fa-caret-up:before{content:"\f0d8"}
		.fa-caret-left:before{content:"\f0d9"}
		.fa-caret-right:before{content:"\f0da"}
		.fa-columns:before{content:"\f0db"}
		.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}
		.fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}
		.fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}
		.fa-envelope:before{content:"\f0e0"}
		.fa-linkedin:before{content:"\f0e1"}
		.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}
		.fa-legal:before,.fa-gavel:before{content:"\f0e3"}
		.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}
		.fa-comment-o:before{content:"\f0e5"}
		.fa-comments-o:before{content:"\f0e6"}
		.fa-flash:before,.fa-bolt:before{content:"\f0e7"}
		.fa-sitemap:before{content:"\f0e8"}
		.fa-umbrella:before{content:"\f0e9"}
		.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}
		.fa-lightbulb-o:before{content:"\f0eb"}
		.fa-exchange:before{content:"\f0ec"}
		.fa-cloud-download:before{content:"\f0ed"}
		.fa-cloud-upload:before{content:"\f0ee"}
		.fa-user-md:before{content:"\f0f0"}
		.fa-stethoscope:before{content:"\f0f1"}
		.fa-suitcase:before{content:"\f0f2"}
		.fa-bell-o:before{content:"\f0a2"}
		.fa-coffee:before{content:"\f0f4"}
		.fa-cutlery:before{content:"\f0f5"}
		.fa-file-text-o:before{content:"\f0f6"}
		.fa-building:before{content:"\f0f7"}
		.fa-hospital:before{content:"\f0f8"}
		.fa-ambulance:before{content:"\f0f9"}
		.fa-medkit:before{content:"\f0fa"}
		.fa-fighter-jet:before{content:"\f0fb"}
		.fa-beer:before{content:"\f0fc"}
		.fa-h-square:before{content:"\f0fd"}
		.fa-plus-square:before{content:"\f0fe"}
		.fa-angle-double-left:before{content:"\f100"}
		.fa-angle-double-right:before{content:"\f101"}
		.fa-angle-double-up:before{content:"\f102"}
		.fa-angle-double-down:before{content:"\f103"}
		.fa-angle-left:before{content:"\f104"}
		.fa-angle-right:before{content:"\f105"}
		.fa-angle-up:before{content:"\f106"}
		.fa-angle-down:before{content:"\f107"}
		.fa-desktop:before{content:"\f108"}
		.fa-laptop:before{content:"\f109"}
		.fa-tablet:before{content:"\f10a"}
		.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}
		.fa-circle-o:before{content:"\f10c"}
		.fa-quote-left:before{content:"\f10d"}
		.fa-quote-right:before{content:"\f10e"}
		.fa-spinner:before{content:"\f110"}
		.fa-circle:before{content:"\f111"}
		.fa-mail-reply:before,.fa-reply:before{content:"\f112"}
		.fa-github-alt:before{content:"\f113"}
		.fa-folder-o:before{content:"\f114"}
		.fa-folder-open-o:before{content:"\f115"}
		.fa-expand-o:before{content:"\f116"}
		.fa-collapse-o:before{content:"\f117"}
		.fa-smile-o:before{content:"\f118"}
		.fa-frown-o:before{content:"\f119"}
		.fa-meh-o:before{content:"\f11a"}
		.fa-gamepad:before{content:"\f11b"}
		.fa-keyboard-o:before{content:"\f11c"}
		.fa-flag-o:before{content:"\f11d"}
		.fa-flag-checkered:before{content:"\f11e"}
		.fa-terminal:before{content:"\f120"}
		.fa-code:before{content:"\f121"}
		.fa-reply-all:before{content:"\f122"}
		.fa-mail-reply-all:before{content:"\f122"}
		.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}
		.fa-location-arrow:before{content:"\f124"}
		.fa-crop:before{content:"\f125"}
		.fa-code-fork:before{content:"\f126"}
		.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}
		.fa-question:before{content:"\f128"}
		.fa-info:before{content:"\f129"}
		.fa-exclamation:before{content:"\f12a"}
		.fa-superscript:before{content:"\f12b"}
		.fa-subscript:before{content:"\f12c"}
		.fa-eraser:before{content:"\f12d"}
		.fa-puzzle-piece:before{content:"\f12e"}
		.fa-microphone:before{content:"\f130"}
		.fa-microphone-slash:before{content:"\f131"}
		.fa-shield:before{content:"\f132"}
		.fa-calendar-o:before{content:"\f133"}
		.fa-fire-extinguisher:before{content:"\f134"}
		.fa-rocket:before{content:"\f135"}
		.fa-maxcdn:before{content:"\f136"}
		.fa-chevron-circle-left:before{content:"\f137"}
		.fa-chevron-circle-right:before{content:"\f138"}
		.fa-chevron-circle-up:before{content:"\f139"}
		.fa-chevron-circle-down:before{content:"\f13a"}
		.fa-html5:before{content:"\f13b"}
		.fa-css3:before{content:"\f13c"}
		.fa-anchor:before{content:"\f13d"}
		.fa-unlock-o:before{content:"\f13e"}
		.fa-bullseye:before{content:"\f140"}
		.fa-ellipsis-horizontal:before{content:"\f141"}
		.fa-ellipsis-vertical:before{content:"\f142"}
		.fa-rss-square:before{content:"\f143"}
		.fa-play-circle:before{content:"\f144"}
		.fa-ticket:before{content:"\f145"}
		.fa-minus-square:before{content:"\f146"}
		.fa-minus-square-o:before{content:"\f147"}
		.fa-level-up:before{content:"\f148"}
		.fa-level-down:before{content:"\f149"}
		.fa-check-square:before{content:"\f14a"}
		.fa-pencil-square:before{content:"\f14b"}
		.fa-external-link-square:before{content:"\f14c"}
		.fa-share-square:before{content:"\f14d"}
		.fa-compass:before{content:"\f14e"}
		.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}
		.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}
		.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}
		.fa-euro:before,.fa-eur:before{content:"\f153"}
		.fa-gbp:before{content:"\f154"}
		.fa-dollar:before,.fa-usd:before{content:"\f155"}
		.fa-rupee:before,.fa-inr:before{content:"\f156"}
		.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}
		.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}
		.fa-won:before,.fa-krw:before{content:"\f159"}
		.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}
		.fa-file:before{content:"\f15b"}
		.fa-file-text:before{content:"\f15c"}
		.fa-sort-alpha-asc:before{content:"\f15d"}
		.fa-sort-alpha-desc:before{content:"\f15e"}
		.fa-sort-amount-asc:before{content:"\f160"}
		.fa-sort-amount-desc:before{content:"\f161"}
		.fa-sort-numeric-asc:before{content:"\f162"}
		.fa-sort-numeric-desc:before{content:"\f163"}
		.fa-thumbs-up:before{content:"\f164"}
		.fa-thumbs-down:before{content:"\f165"}
		.fa-youtube-square:before{content:"\f166"}
		.fa-youtube:before{content:"\f167"}
		.fa-xing:before{content:"\f168"}
		.fa-xing-square:before{content:"\f169"}
		.fa-youtube-play:before{content:"\f16a"}
		.fa-dropbox:before{content:"\f16b"}
		.fa-stack-overflow:before{content:"\f16c"}
		.fa-instagram:before{content:"\f16d"}
		.fa-flickr:before{content:"\f16e"}
		.fa-adn:before{content:"\f170"}
		.fa-bitbucket:before{content:"\f171"}
		.fa-bitbucket-square:before{content:"\f172"}
		.fa-tumblr:before{content:"\f173"}
		.fa-tumblr-square:before{content:"\f174"}
		.fa-long-arrow-down:before{content:"\f175"}
		.fa-long-arrow-up:before{content:"\f176"}
		.fa-long-arrow-left:before{content:"\f177"}
		.fa-long-arrow-right:before{content:"\f178"}
		.fa-apple:before{content:"\f179"}
		.fa-windows:before{content:"\f17a"}
		.fa-android:before{content:"\f17b"}
		.fa-linux:before{content:"\f17c"}
		.fa-dribbble:before{content:"\f17d"}
		.fa-skype:before{content:"\f17e"}
		.fa-foursquare:before{content:"\f180"}
		.fa-trello:before{content:"\f181"}
		.fa-female:before{content:"\f182"}
		.fa-male:before{content:"\f183"}
		.fa-gittip:before{content:"\f184"}
		.fa-sun-o:before{content:"\f185"}
		.fa-moon-o:before{content:"\f186"}
		.fa-archive:before{content:"\f187"}
		.fa-bug:before{content:"\f188"}
		.fa-vk:before{content:"\f189"}
		.fa-weibo:before{content:"\f18a"}
		.fa-renren:before{content:"\f18b"}
		.fa-pagelines:before{content:"\f18c"}
		.fa-stack-exchange:before{content:"\f18d"}
		.fa-arrow-circle-o-right:before{content:"\f18e"}
		.fa-arrow-circle-o-left:before{content:"\f190"}
		.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}
		.fa-dot-circle-o:before{content:"\f192"}
		.fa-wheelchair:before{content:"\f193"}
		.fa-vimeo-square:before{content:"\f194"}
		.fa-turkish-lira:before,.fa-try:before{content:"\f195"}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	.wrapper
	{
		position: relative;
	}

		.wrapper .title
		{
			position: absolute;
			top: 0;
			left: 50%;
			text-align: center;
			text-transform: uppercase;
			display: block;
			font-weight: 700;
			letter-spacing: 0.25em;
		}
		
		.wrapper .title:before
		{
			content: '';
			position: absolute;
			bottom: -38px;
			left: -35px;
			width: 35px;
			height: 38px;
			background: url('images/shadow.png');
		}
		
		.wrapper .title:after
		{
			content: '';
			position: absolute;
			bottom: -38px;
			right: -35px;
			width: 35px;
			height: 38px;
			background: url('images/shadow.png');
			-moz-transform: scaleX(-1);
			-webkit-transform: scaleX(-1);
			-o-transform: scaleX(-1);
			-ms-transform: scaleX(-1);
			transform: scaleX(-1);
    	}

	#header-wrapper
	{
		background: url('../images/common/banner.jpg') center center;
		background-size: cover;
	}

	#header-wrapper-second
	{
		background: url('../images/common/banner.jpg') center center;
		background-size: cover;
	}
/*
	#header-wrapper-second
	{
		background: url('../images/common/banner_second.jpg') center center;
		background-size: cover;
	}
*/

	#header-wrapper-mobile
	{
		background: url('../images/common/banner_mobile.jpg') center center;
		background-size: cover;
	}

		#header-wrapper:before
		{
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: url('images/overlay.png');
		}
	
	#footer-wrapper
	{
		background: #282b34 url('images/overlay.png');
		color: #eee;
		color: rgba(255,255,255,0.5);
	}

		#footer-wrapper h1,
		#footer-wrapper h2,
		#footer-wrapper h3,
		#footer-wrapper h4,
		#footer-wrapper h5,
		#footer-wrapper h6,
		#footer-wrapper strong,
		#footer-wrapper b,
		#footer-wrapper a
		{
			color: #fff;
		}

		#footer-wrapper hr
		{
			border-top-color: #333;
			border-top-color: rgba(255,255,255,0.05);
		}

		#footer-wrapper form
		{
		}

			#footer-wrapper form input.text,
			#footer-wrapper form select,
			#footer-wrapper form textarea
			{
				background: #ccc;
				box-shadow: none;
			}

			#footer-wrapper form input.text:focus,
			#footer-wrapper form select:focus,
			#footer-wrapper form textarea:focus
			{
				background: #fff;
			}

		#footer-wrapper .button-style2
		{
			color: #aaa;
			box-shadow: inset 0px 0px 2px 0px rgba(255,255,255,0.5);
		}

			#footer-wrapper .button-style2:hover
			{
				color: #ccc;
				box-shadow: inset 0px 0px 2px 0px rgba(255,255,255,0.65);
			}

			#footer-wrapper .button-style2:active
			{
				box-shadow: inset 0px 0px 2px 0px rgba(255,255,255,0.75);
			}

		#footer-wrapper .title
		{
			background: #282b34 url('images/overlay.png');
			color: #eee;
		}
		
		#footer-wrapper header.style1
		{
		}
		
			#footer-wrapper header.style1 h2
			{
				color: #fff;
			}
	
			#footer-wrapper header.style1 .byline
			{
				color: inherit;
			}

		#footer-wrapper .feature-list
		{
		}
		
			#footer-wrapper .feature-list section
			{
				border-top-color: #333;
				border-top-color: rgba(255,255,255,0.05);
			}

			#footer-wrapper .feature-list h3
			{
			}
			
				#footer-wrapper .feature-list h3:before
				{
					background: #3d4249 url('images/overlay.png');
				}
	
	.wrapper-style1
	{
		background: #e97770 url('images/overlay.png');
		color: #eee;
		color: rgba(255,255,255,0.75);
	}
	
		.wrapper-style1 .title
		{
			background: #e97770 url('images/overlay.png');
			color: #fff;
		}
	
		.wrapper-style1 h1,
		.wrapper-style1 h2,
		.wrapper-style1 h3,
		.wrapper-style1 h4,
		.wrapper-style1 h5,
		.wrapper-style1 h6,
		.wrapper-style1 strong,
		.wrapper-style1 b,
		.wrapper-style1 a
		{
			color: #fff;
		}
	
	.wrapper-style2
	{
		background: #fff;
	}
	
		.wrapper-style2 .title
		{
			background: #fff;
			color: #484d55;
		}
	
	.wrapper-style3
	{
		background: #f3f3f3 url('images/overlay.png');
	}
	
		.wrapper-style3 .title
		{
			background: #f3f3f3 url('images/overlay.png');
			color: #484d55;
		}
		
		.wrapper-style3 .image
		{
			border: solid 10px #fff;
		}
		
/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
	}
	
		#logo h1
		{
			font-weight: 900;
			text-transform: uppercase;
			color: #fff;
		}
		
		#logo .byline
		{
			color: #eee;
			color: rgba(255,255,255,0.5);
			text-transform: uppercase;
		}

/*********************************************************************************/
/* Intro                                                                         */
/*********************************************************************************/

	#intro
	{
	}
	
		#intro .style1
		{
		}	
		
		#intro .style2
		{
			font-weight: 700;
			color: #fff;
			border-radius: 0.35em;
			box-shadow: inset 0px 0px 1px 1px rgba(255,255,255,0.25);
		}
		
			#intro .style2 a
			{
				color: inherit;
				text-decoration: none;
			}
		
		#intro .style3
		{
		}
		
/*********************************************************************************/
/* Highlights                                                                    */
/*********************************************************************************/

	#highlights
	{
	}

		#highlights .highlight
		{
			text-align: center;
		}
		
			#highlights .highlight h3
			{
				color: #e97770;
			}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
			
	#copyright
	{
		text-align: center;
	}
	
		#copyright span
		{
			display: inline-block;
			border-radius: 0.35em;
			box-shadow: inset 0px 0px 1px 1px rgba(255,255,255,0.05);
			color: #aaa;
			color: rgba(255,255,255,0.25);
		}
		
			#copyright span a
			{
				color: inherit;
			}
			
				#copyright span a:hover
				{
					color: #fff;
				}
				
				
				





/*********************************************************************************/
/* CEDEC2014                                                                     */
/*********************************************************************************/

#breadcrumbs{
	padding:0px 10px 20px 0px;
	}

.whatsnew{
	border:1px dashed #639;
	text-align:left;
	font-size:90%;
	padding:10px;
	color:#191919;
	background:#F8F8F8;
	height:130px;
	overflow-y:scroll;
	margin-bottom:-25px;
}

.whatsnew_session{
	border:1px dashed #639;
	text-align:left;
	font-size:90%;
	padding:10px;
	color:#191919;
	background:#F8F8F8;
	/*height:390px;*/
	height:200px;
	overflow-y:scroll;
	margin-bottom:-25px;
}


.whatsnew ul{
}
.whatsnew li{
}

.wn_news{color:#C00C42; font-weight:bold;}
.wn_notice{color:#EB3E03; font-weight:bold;}
.wn_session{color:#0D52B0; font-weight:bold;}
.wn_pressrelease{color:#D1AE0A; font-weight:bold;}
.wn_pr{color:#EA700B; font-weight:bold;}
.wn_sponsored{color:#32815E; font-weight:bold;}
.wn_correction{color:#000057; font-weight:bold;}

.whatsnew_list{	
	font-size:90%;
	color:#191919;
}


/*----------------------------------------------有料スポンサーエリア----------------------------------------------*/
#header_logo_area{
	padding:0;width:100%;
}

#sponsor_header{
	padding:0;width:100%;
}

#sponsor_header_mobile{
}

.cedec_logo{float:left;	padding:20px 10px 0px 10px;}
.sponsor_planA{float:right;	padding:20px 10px 0px 10px;}

.sponsor_planB{padding:0px 0px 0px 0px;}


.mobile_banner_resize{height:60px;width:atuo;margin:0; padding:0; margin-bottom:-7px;}

/*----------------------------------------------ソーシャルブックマーク----------------------------------------------*/
.sb {
	padding:0 0 10px 0;
}
.sb ul {
	padding: 0 0 10px 0;
}
.sb li {
	padding: 0px 10px 0px 0px;
	display:inline-block;
	float:left;
}


.fb-like-box{
	background:#fff;
	height:340px:
}

.tw_feed{
	height:340px:
}


/*----------------------------------------------フォント類----------------------------------------------*/
.hm{
	
}

.font_center{
	text-align:center;
}
.font_right{
	text-align:right;
}
.font_bold{
	font-weight:bold;
	color:#222;
}
.font_normal{
	font-weight:normal;
}
.font_underline{
	text-decoration:underline;
}
.font_30percent{
	font-size:20%;
}
.font_50percent{
	font-size:50%;
}
.font_60percent{
	font-size:60%;
}
.font_80percent{
	font-size:80%;
}
.font_120percent{
	font-size:120%;
}
.font_140percent{
	font-size:140%;
}
.font_160percent{
	font-size:160%;
}
.font_200percent{
	font-size:200%;
}
.font_embos{
	color: #26201F;
	text-shadow: 2px 8px 6px rgba(0,0,0,0.4),0px -5px 16px rgba(255,255,255,100);
}
.font_red{
	color:#C03;
}
.font_green{
	color:#0D7B12;
}
.font_dark{
	color:#000;
}
.font_head{
	background-image:url(../koubo/img/common/list_orange.png);
	background-repeat:no-repeat;
	background-position:8px 14px;
	padding:20px 20px 0px 20px;
}

.font_listhead{
	background-image:url(../koubo/img/common/list_orange.png);
	background-repeat:no-repeat;
	background-position:23px 19px;
	font-size:120%;
	padding:20px 20px 0px 40px;
}
.font_countdown_text{
	font-size:12px;
}
.font_countdown_text_en{
	font-size:8px;
}
.font_list{
	line-height:50%;
	font-size:10px;
}
.font_linethrough{
	text-decoration:line-through;
}
.font_italic{
	font-style:italic;
}

.font_float_left{float:left;}
.font_float_right{float:right; margin-right:10px;}


.room_number{
	font-size:70%;
	text-align:center;
}

.font_copyright{
	font-size:70%;
	line-height:130%;
}

/*----------------------------------------------インデントエリア----------------------------------------------*/
.indent_20{
	padding:0 20px 0 20px;
}
.indent_40{
	padding:0 40px 0 40px;
}
.indent_90{
	padding:0 10px 0 90px;
}
.indent_left{
	margin-left:30px;
}
.indent_top{
	margin-top:-25px;
}




/*----------------------------------------------装飾系----------------------------------------------*/

.arrow_purple{
	padding:0 20px 0 20px;
	background: url('images/arrow_purple.gif');
	background-repeat:no-repeat;
	background-position:0px 5px;
}

.square_purple{
	padding:0 20px 0 15px;
	background: url('images/square_purple.gif');
	background-repeat:no-repeat;
	background-position:0px 6px;
}

.square_orange{
	padding:0 20px 0 15px;
	background: url('images/square_orange.gif');
	background-repeat:no-repeat;
	background-position:0px 6px;
}

.square_green{
	padding:0 20px 0 15px;
	background: url('images/square_green.gif');
	background-repeat:no-repeat;
	background-position:0px 6px;
}

.square_blue{
	padding:0 20px 0 15px;
	background: url('images/square_blue.gif');
	background-repeat:no-repeat;
	background-position:0px 6px;
}

.square_red{
	padding:0 20px 0 15px;
	background: url('images/square_red.gif');
	background-repeat:no-repeat;
	background-position:0px 6px;
}

.square_grey{
	padding:0 20px 0 15px;
	background: url('images/square_grey.gif');
	background-repeat:no-repeat;
	background-position:0px 6px;
}

.square_black{
	padding:0 20px 0 15px;
	background: url('images/square_black.gif');
	background-repeat:no-repeat;
	background-position:0px 6px;
}


/*----------------------------------------------行間調整----------------------------------------------*/
.divide_5{
	padding-bottom:-25px;
}

.divide_-20{
	margin-bottom:-20px;
}

.divide_top_minus25{
	margin-top:-25px;
}
.divide_left_minus10{
	margin-left:-10px;
}

/*----------------------------------------------画像類----------------------------------------------*/
.img_left{
	float:left;
	padding:10px;
}
.img_left_award{
	float:left;
	padding:0 10px 0 10px;
}

.img_int{
	float:left;
	padding:0 10px 0 10px;
	max-width:600px;
}


.img_right{
	float:right;
	padding:10px;	
}

.no_margin{margin:0; padding:0;}

.va_no_margin{margin-top:-8px; padding:0;}

.left_10{padding:0 0 0 15px;}


/*----------------------------------------------エフェクト----------------------------------------------*/

.fade {
    -webkit-transition: 0.2s ease-in-out;
       -moz-transition: 0.2s ease-in-out;
         -o-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
}
.fade:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
} 





/*----------------------------------------------テーブル----------------------------------------------*/
#fee_table{margin-top:10px;margin-left:6px;margin-right:12px;}
#fee_table th,#fee_table td{font-size:80%;padding:0;padding-left:4px;border:solid 1px #ccf; vertical-align:middle;}
#fee_table th{padding:3px 2px;background:#eef;text-align:center;line-height:1.3em;}
#fee_table td{padding:3px 5px;line-height:1.4em;}
#fee_table td p{margin-top:0.3em;text-indent:-1em;padding-left:1em;line-height:1.3em;}
#fee_table td.price{text-align:center;}


#outline_table{margin-bottom:1em;margin-left:6px;margin-right:20px;}
#outline_table th,
#outline_table td{font-size:82%;line-height:1.6em;border:solid 1px #ccf;}
#outline_table th{padding-left:16px;padding-right:16px;padding-top:0.3em;padding-bottom:0.3em;text-align:center;background:#ddf;white-space:nowrap;}
#outline_table td{padding:6px 10px;text-align:left;}
#outline_table td ul li{margin-bottom:0.4em;}
#outline_table td ul .li_end{margin-bottom:0;}

#outline_table td.supporters p{margin-bottom:0.4em;margin-top:0.4em;}
#outline_table td.supporters p span{font-size:75%;}
#outline_table td.supporters p#spt_gold{font-size:100%;margin-bottom:0.7em;}
#outline_table td.supporters p#spt_silver{font-size:100%;}


#peracon_table{margin-top:-10px;margin-left:6px;margin-right:12px;margin-bottom:40px;}
#peracon_table th,#peracon_table td{font-size:80%;padding:0;padding-left:4px;/*border:solid 1px #ccf;*/ vertical-align:middle;}
#peracon_table th{padding:10px 2px;background:#eef;text-align:center;line-height:1.3em;}
#peracon_table td{padding:10px 5px;line-height:1.4em;}
#peracon_table td p{margin-top:0.3em;text-indent:-1em;padding-left:1em;line-height:1.3em;}
#peracon_table td.price{text-align:center;}



/*----------------------------------------------ロードマップ----------------------------------------------*/

#gaiyo p{margin-bottom:0.5em;}

#h_bunya{width:350px;padding:1.5em 12px 4px 24px;border:dashed 1px #cca;margin-top:1em;margin-left:1em;}
#h_bunya h3{margin-bottom:1em;font-weight:bold;font-size:100%;}
#roadmap_2013{width:90%;padding:20px 30px 20px 40px;margin-left:10px;margin-top:1.3em;border:dashed 1px #bbb;}
#roadmap_2013 h3.headings{font-size:150%;margin-bottom:1.3em;font-weight:bold;color:#e11717;}
.roadmap_genre{margin-bottom:1.6em;}
.roadmap_genre h4{margin-bottom:1.2em;font-weight:bold;}
.roadmap_genre ul{padding-left:14px;list-style-type:circle;}
.roadmap_genre li{margin-bottom:0.3em;font-size:84%;line-height:1.5em;}


/*----------------------------------------------運営委員会ページ----------------------------------------------*/

p.hm{width:100%;}
#h_board_board_committee{margin-top:1.6em;}
h5.headings{margin-top:0.4em;padding-top:1em;margin-bottom:0.6em;padding-left:10px;padding-bottom:0.5em;font-size:120%;color:#11a;border-bottom:dotted 1px #33a;}


#board_navi{width:90%;margin-top:1em;margin-bottom:1em;margin-left:14px;border:solid 1px #bbb;}
#board_navi ul{padding:14px 10px 10px 16px;}
#board_navi ul li{margin-bottom:0.6em;font-size:90%;}

li#bnv1{font-weight:bold;}
li#bnv1 a{font-size:105%;}
.board_group2{padding-left:12px;}

.h_group2{margin-top:0.8em;margin-bottom:0.4em;font-weight:bold;font-size:105%;letter-spacing:1px;}
.h_group2 span{padding-right:4px;color:#7b0304;}

.board_member_list{overflow:hidden;padding:14px 0 4px 10px;}
.bm_li{/*width:95%;*/float:left;overflow:hidden;margin-bottom:-0.8em;}
.bm_photo{width:100px;float:left;}
.bm_namebox{width:350px;float:right;}

.bm_name{padding-top:4px;margin-bottom:0.7em;font-size:100%;font-weight:bold;}
.bm_organization{margin-bottom:0.5em;font-size:90%;}
.bm_division{margin-bottom:0.3em;font-size:80%;line-height:1.4em;}
.bm_title{font-size:80%;}
.bm_twitter{margin-top:0.8em;font-size:70%;}
.bm_twitter img{padding-right:3px;vertical-align:bottom;}



/*----------------------------------------------メルマガ----------------------------------------------*/
pre{
	padding:16px 20px;
	border:solid 1px #333;
	margin:15px;
	line-height:140%;
}


/*----------------------------------------------フォーム----------------------------------------------*/


.cbzForm{
	margin:0 auto;
}
.cbzFormBottom{
	margin:0 auto;
	padding:0 15px 0 15px;
}

.form_head{
	background-color:#811F61;
	color:#fff;
	padding:20px 10px;
	}


/*----------------------------------------------フィード----------------------------------------------*/

.tw_feed{
	border-left:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
}






/*----------------------------------------------ハイライトエリア----------------------------------------------*/

.highlight_area_red{
	border:1px dotted #AAAAAA;
	border-radius:5px;
	background:#EDD8DF;
	padding:15px;
	margin-bottom:30px;
}

.highlight_area_green{
	border:1px dotted #AAAAAA;
	border-radius:5px;
	background:#DFEFDC;
	padding:15px;
	margin-bottom:30px;
}


.highlight_area_yellow{
	border:1px dotted #AAAAAA;
	border-radius:5px;
	background:#F3F4D9;
	padding:15px;
	margin-bottom:30px;
}


.area_squeeze{
	padding:7px 15px 0px 15px;
	margin-bottom:15px;
}

/*----------------------------------------------AWARDS----------------------------------------------*/
#awards_lead{text-align:left;}
#awards_lead span{display:block;margin-top:0.4em;}


#hyosyo_list{margin-top:1.1em;margin-bottom:1.3em;}
#hyosyo_list li{margin-bottom:0.7em;padding-left:1em;/**/}
#hyosyo_list li a{text-decoration:underline;}
#hyosyo_list li a:hover{text-decoration:none;}

#shikaku_tbl{margin-top:0.7em;margin-left:1em;}
#shikaku_tbl th{padding-top:0.3em;padding-bottom:0.3em;/**/font-weight:bold;}
#shikaku_tbl td{padding-left:0.4em;}

#happyo_tbl{margin-top:0.7em;margin-left:1em;}
#happyo_tbl th{padding-top:0.3em;padding-bottom:0.3em;/**/font-weight:bold;}
#happyo_tbl td{padding-left:0.4em;/*font-size:90%*/;}


#awards_committee_pad{padding:14px 20px 0 4px;}


#past_nomination_list{width:85%;padding:20px 20px 10px 26px;margin:0.8em 0 0.4em 20px;border:solid 1px #bbe;border-top:solid 5px #bbf;}
#past_nomination_list h4{font-weight:bold;/*font-size:110%*/;margin-bottom:0.8em;color:#d33;}
#past_nomination_list h4 span{}
#past_nomination_list .pnl{margin-bottom:1.2em;}

#past_nomination_list h5{font-weight:bold;margin-bottom:0.9em;}
#past_nomination_list h5.pnl_nm{margin-bottom:0.9em;margin-left:16px;}
#past_nomination_list ul{padding-left:16px;margin-left:10px;list-style-type:disc;margin-left:20px;}
#past_nomination_list li{margin-bottom:0.6em;}
#to_prize_index{margin-bottom:16px;}
#nomination_index{width:80%;padding:20px 20px 10px 26px;margin:0.8em 0 0.4em 20px;border:solid 1px #bbe;border-top:solid 5px #bbf;}
#nomination_index h4{padding-left:12px;font-weight:bold;margin-bottom:0.8em;color:#d33;}
#nomination_index h4 span{}
#nomination_index ul{margin-top:1.3em;padding-left:0px;padding-bottom:0.6em;list-style-type:none;margin-left:12px;}
#nomination_index li{margin-left:6px;padding-left:17px;margin-bottom:0.6em;background:url(../images/common/misc/bullet_tri.gif) left center no-repeat;font-weight:bold;}

li#n2010PG a{color:#f5a100;}
li#n2010VA a{color:#b3c60f;}
li#n2010GD a{color:#14a98b;}
li#n2010SND a{color:#6bc600;}
li#n2010NW a{color:#278263;}
.headings#h_event_awards_sponsor_platina{margin-bottom:20px;}
.headings#h_event_awards_sponsor_gold{margin-bottom:0px;}

ul.sponsor_logo{margin-left:20px;padding-top:5px;margin-bottom:25px;}
ul.sponsor_logo li img{padding:0px;}

ul.sponsor_gold_logo{overflow:hidden;margin-left:20px;padding-top:5px;margin-bottom:25px;}
ul.sponsor_gold_logo li img{padding:0px 0px 0px 0px; margin-left:50px;width:170px;height:100px;float:left;}


#extra_sponsors{padding-top:8px;padding-bottom:0;width:90%;overflow:hidden;padding-left:10px;}
#extra_sponsors li{width:170px;height:110px;float:left;font-weight:bold;padding-right:20px;text-align:center;}
#think_service{display:block;padding-top:40px;}
div.cmt_genre{width:100%;margin-bottom:1em;/*background:url(../images/piece/nomination_committee/bg.gif) left repeat-y;*/
	border: 1px dashed #CCC;
}
div.cmt_genre_pad{padding:0px 0px 6px 0px;}
.cmt_genre h4{margin-bottom:0em;padding-top:4px;padding-bottom:4px;padding-left:12px;color:#fff;font-weight:bold;}
#cmt_genre_PG h4{background:#f5a100;}
#cmt_genre_VA h4{background:#b3c60f;}
#cmt_genre_GD h4{background:#14a98b;}
#cmt_genre_SND h4{background:#6bc600;}
#cmt_genre_NW h4{background:#278263;}

.cmt_persons{margin-bottom:-5px;}
.cmt_persons th,{padding:2px}
.cmt_persons td{padding:2px}

.cmt_persons th.cmt_post{width:12%;padding-left:20px;padding-right:12px;text-align:right;vertical-align:top;}
.cmt_persons td.cmt_name{width:18%;white-space:nowrap;padding-left:6px;text-align:left;font-weight:bold;vertical-align:middle;}
.cmt_persons td.cmt_organization{padding-left:10px;line-height:1.35em;vertical-align:middle;}


.red_announce {
  padding-right:22px;
  padding-left:10px;
  line-height:1.6em;
  color: #F00;
  
}
.red_announce_small {
  padding-right:22px;
  padding-left:10px;
  line-height:1.6em;
  
}
.red_announce_small a{
  text-decoration:underline;
}
.to_awards_result{padding: 15px;margin:1em; border:1px solid #FAA476; background:#FDF5E8;  font-weight:bold;text-align:center;}

.to_awards_final_result{padding: 15px;margin:1em; font-weight:bold;text-align:center;}


.present_announce{
	color:#480259;
	
	text-align:center;
	padding:15px 20px 10px 20px;
	border-top:4px dashed #480259;
	border-bottom:4px dashed #480259;
	margin:10px;
	font-weight:bold;
}




h3.headings.mid{letter-spacing:0;}
h3.headings span{font-size:84%;}
.nominate_list{padding-top:4px;}
.nominate_list li{margin-bottom:1.3em;padding-left:4px;padding-right:12px;}

.nm_head{margin-bottom:0;}
.h_nominate{padding-bottom:0.5em;margin-bottom:0;font-weight:bold;font-size:100%;}
#nm_PG li .h_nominate{color:#f5a100;}
#nm_VA li .h_nominate{color:#b3c60f;}
#nm_GD li .h_nominate{color:#14a98b;}
#nm_SND li .h_nominate{color:#6bc600;}
#nm_NW li .h_nominate{color:#278263;}


h4.nm_title{font-size:110%;font-weight:bold;line-height:1.35em;padding-left:30px;text-indent:-30px;}
h4.nm_title img{vertical-align:-4px;padding-right:4px;}
h4.nm_title span.nm_name{display:block;margin-top:0.4em;padding-left:5px;font-size:80%;color:#801A6B;}
h4.nm_title span.nm_name1{}
h4.nm_title span.nm_name2{font-size:100%;font-weight:normal;}

.nm_body{}
#nm_PG li .nm_body{border:solid 2px #f5a100;}
#nm_VA li .nm_body{border:solid 2px #b3c60f;}
#nm_GD li .nm_body{border:solid 2px #14a98b;}
#nm_SND li .nm_body{border:solid 2px #6bc600;}
#nm_NW li .nm_body{border:solid 2px #278263;}

.nm_body_pad{padding:14px 12px 14px 12px;}

.nm_body h5{margin-top:0.4em;margin-bottom:0.6em;}
.nm_comment{padding-left:8px;padding-right:8px;font-size:84%;line-height:1.5em;text-align:justify;text-justify:distribute;word-break:break-all;
/* for mac ie \*//*/
text-align:left;
/* for mac ie */
}


.present_announce{
	color:#480259;
	font-size:140%;
	text-align:center;
	padding:15px 20px 10px 20px;
	border-top:4px dashed #480259;
	border-bottom:4px dashed #480259;
	margin:10px;
	font-weight:bold;
}


/*----------------------------------------------セッション一覧----------------------------------------------*/
#schedule_nav{	
	border:1px dotted #AAAAAA;
	border-radius:5px;
	background:#F9E6EE;
	padding:15px;
	margin-bottom:20px;
	font-weight:bold;
	font-size:14px;
	text-align:center;}

#schedule_controller{margin-bottom:8px;padding-left:0px;}
#schedule_genre_selector{/*text-align:center*/;padding-right:7px;}
#schedule_genre_selector li{padding-right:0px;display:inline;font-size:60%;}

#sctl_clear{padding-right:1px;font-size:8px;cursor:pointer;}
#sctl_reset{padding-left:2px;font-size:8px;cursor:pointer;}
#including_genre2{display:none;/*text-align:center;*/font-size:78%;margin-top:5px;margin-right:10px;padding-top:3px;border-top:dotted 1px #ccc;}

.schedule_date{margin-bottom:3em;}
.schedule_timeframe_normal{margin-bottom:30px;}
.schedule_timeframe_normal.stf_keynote{margin-bottom:12px;}
.schedule_timeframe_normal h4.h_timeframe{color:#CCC; font-style:oblique; font-size:260%; margin-bottom:15px;padding-left:4px;}
.schedule_timeframe_normal h4.h_timeframe img{vertical-align:middle;}
.en .schedule_timeframe_normal h4.h_timeframe span.stf_expected_time{display:block;margin-top:8px;padding-left:12px;font-size:80%;}
.ja .schedule_timeframe_normal h4.h_timeframe span.stf_expected_time{padding-left:12px;font-size:80%;}

.stf_event{padding-left:14px;margin-top:0.4em;margin-bottom:0.7em;font-weight:bold;color:#c44;}
.stf_event img{vertical-align:middle;}
.awards_trans{padding-left:1.4em;}

.schedule_session_index{width:100%;overflow:hidden;}

.stf_undisclosed{margin-top:0.2em;margin-bottom:2em;padding-top:0.8em;border-top:dotted 0px #ddd;padding-right:30px;text-align:right;font-size:84%;}
.stf_undisclosed_count{padding-left:0.4em;padding-right:0.4em;font-size:140%;font-weight:bold;color:#b33;}


.schedule_timeframe_break{margin-top:0;margin-bottom:20px;}
.schedule_session_li{width:100%;float:left;}
.schedule_shortpack{width:97%;margin-bottom:12px;border:dashed 1px #aaa;}
.schedule_shortpack_title{padding:10px 0 4px 14px;font-weight:bold;color:#bbb;}
.schedule_shortpack_time{font-size:92%;font-family:Arial;font-weight:bold;}
.schedule_shortpack_pad{padding:4px 10px 0px 10px;}

.schedule_session,
.schedule_session_shortpacked{margin-bottom:10px;}
.ss{}
.ss th, .ss td{vertical-align:top;}
.ss th{min-width:70px;padding-top:8px;padding-bottom:8px;background:#f1f1f1;}
.ss td{padding-top:3px;padding-left:12px;width:90%;}

.ss_spec{padding-bottom:0.3em;}
.ss_spec img{vertical-align:bottom;}
.ss_ippr_icon{position:relative;top:-2px;padding-right:6px;}
.ss_highlight{padding-left:3px;}
.ss_style{padding-left:6px;font-size:70%;color:#888;}
.ss_change_datetime_announce{padding-left:6px;color:#c22;font-size:78%;}
.ja .ss_translation{padding-left:5px;padding-right:2px;}
.en .ss_translation{padding-left:10px;padding-right:2px;}

a.open_ics{}
a.open_ics:hover{text-decoration:none;}

.ss_time{min-width:60px;font-family:Arial;font-weight:bold;font-size:90%;text-align:center;line-height:1em;letter-spacing:1px;}
.ss_time span{display:block;}
.ss_time span.ss_time_bo{font-size:50%;line-height:1em;padding-top:0.2em;padding-bottom:0.35em;}

/*30分セッション*/
.ss_duration_30min{font-size:70%;font-weight:bold;text-align:center;;margin-top:0.6em;color:#CCCC00;}
/*60分セッション*/
.ss_duration_60min{font-size:70%;font-weight:bold;text-align:center;;margin-top:0.6em;color:#FF4747;}
/*80分セッション*/
.ss_duration_80min{font-size:70%;font-weight:bold;text-align:center;;margin-top:0.6em;color:#0131D3;}
/*120分セッション*/
.ss_duration_120min{font-size:70%;font-weight:bold;text-align:center;;margin-top:0.6em;color:#66CC00;}
/*300分セッション*/
.ss_duration_300min{font-size:70%;font-weight:bold;text-align:center;;margin-top:0.6em;color:#F107EC;}

.ss_title{margin-bottom:0.4em;padding-top:0.3em;line-height:1.3em;font-size:90%;font-weight:bold;}



.schedule_shortpack table.ss th{display:none;}
.schedule_shortpack table.ss td{width:90%;}

/* session cancel */
.schedule_session.cancel_session{color:#bbb;}
.ss_session_cancel_announce{font-size:74%;color:#c33;font-weight:bold;padding-left:6px;}
.schedule_session.cancel_session .ss_title a{color:#bbb;}
.schedule_session.cancel_session .ss_duration{color:#ccc;}

.ss_expopass_announce{font-size:60%;color:#2b3;padding-left:5px;}
.schedule_speaker{border-top:solid 1px #ddd;padding-top:0.5em;margin-top:0.5em;font-size:90%;}
.schedule_speaker span.ss_name{}
.schedule_speaker span.schedule_speaker_organization{font-size:75%;}
.schedule_speaker span.schedule_speaker_sp_count{font-size:75%;}
.schedule_speaker span.schedule_speaker_moderator{font-weight:bold;font-size:80%;padding-right:0.6em;color:#393;}

.schedule_opening{padding-top:8px;margin-bottom:2em;}
.opening_translation{padding-left:1.2em;vertical-align:middle;}
.schedule_opening.stf_event{padding-left:0;}
.schedule_opening h4{padding:3px 0 2px 15px;font-weight:bold;}
.opening_time{padding-left:16px;margin-top:0.8em;margin-bottom:0.8em;font-size:100%;font-weight:bold;font-family:Arial;color:#777;vertical-align:bottom;}
.opening_speaker{padding-left:16px;font-weight:bold;font-size:100%;color:#444;}
.opening_speaker span{font-size:80%;}

.schedule_subtitle{color:#D24015;font-size:85%;}



/*----------------------------------------------faq----------------------------------------------*/

h3.headings{padding-bottom:8px;}


.faq_table{margin-top:12px;margin-bottom:20px;}
.faq_table th, .faq_table td{line-height:1.4em;border:1px dotted #999; text-align:left;}
.faq_table th{width:25%;vertical-align:middle;padding:8px;font-size:90%;background:#ddf;border:solid 1px #ccf;}
.faq_table td{padding:8px;font-size:90%;}
.faq_table{margin-left:0px;}



/*----------------------------------------------セッション----------------------------------------------*/
.program_index{/*max-width:800px;*/overflow:hidden;}

.pri_comingsoon p.koukai{margin:23px 20px 10px 40px;font-size:150%;font-weight:bold;}
.pri_comingsoon p.note{margin:0px 20px 36px 40px;font-size:84%;font-weight:bold;}
h3.headings.h_sponsorship{margin-top:0em;margin-bottom:0.5em;}
.pri{width:100%;margin-bottom:0.7em;border-top:solid 5px;float:left;}
.pri_pad{padding:8px 10px 10px 10px;}

.pri.KN{border-top-color:#df0202;}
.pri.ENG{border-top-color:#f5a100;}
.pri.VA{border-top-color:#b3c60f;}
.pri.GD{border-top-color:#14a98b;}
.pri.SND{border-top-color:#6bc600;}
.pri.NW{border-top-color:#278263;}
.pri.PD{border-top-color:#0abfcf;}
.pri.MB{border-top-color:#e05e1f;}
.pri.BM{border-top-color:#3a64ba;}
.pri.AC{border-top-color:#8a4596;}
.pri.MX{border-top-color:#8a8a8a;}
.pri.OS{border-top-color:#8588ff;}
.pri.BoF{border-top-color:#d89e59;}
.pri.poster{border-top-color:#c45171;}
.pri.CL{border-top-color:#FAE974;}

.pri_head{}
.pri_icons{max-width:800px;min-width:400px;overflow:hidden;height:35px;position:relative;}
.pri_icons_std{width:400px;float:left;padding-left:3px;}
.pri_icons_std img{vertical-align:bottom;}
.pri_highlight_icon{padding-left:4px;}
.aptype{padding-right:6px;}
a.pri_genre2{padding-right:2px;}

.pri_icons_std span.pri_pm{display:none;margin-right:12px;cursor:pointer;}
.pri_icons_std span.pri_pm img{vertical-align:top;padding-top:5px;}

.pri_translation{padding-left:10px;padding-right:10px;}

.pri_function{width:80px;float:right;padding:2px 0px;text-align:center;}
.pri_function img{vertical-align:bottom;}

.pri_title{/*max-width:800px;*/overflow:hidden;padding-top:0.5em;padding-bottom:8px;}
.pri_title h4{padding-left:8px;font-weight:bold;line-height:1.3em;}

.pri_title h4 a{text-decoration:underline;}
.pri_title h4 a:hover{text-decoration:none;}

.sub_title_short{text-decoration:none;color:#D24015;font-size:90%;}
.sub_title_short a{text-decoration:none;color:#D24015;}

.pri_body{/*max-width:800px;*/overflow:hidden;padding-top:6px;}
.pri_body_w{/*width:370px;*/float:left;}

.pri_speakers{width:620px;overflow:hidden;}

.pri_body_e{/*width:550px;*/float:left; padding-left:15px;}

.pri_specs{padding:0 0px 0 12px;}

.pri_spec_std{padding:12px 10px 0px 10px; margin-bottom:0;border:dotted 1px;}
.pri_spec_std table th{padding:0px 0px 0px 0px; width:60px;}
.pri_spec_std table td{padding:0px 0px 0px 0px;}

.pri.KN .pri_spec_std{border-color:#df0202;}
.pri.ENG .pri_spec_std{border-color:#f5a100;}
.pri.VA .pri_spec_std{border-color:#b3c60f;}
.pri.GD .pri_spec_std{border-color:#14a98b;}
.pri.SND .pri_spec_std{border-color:#6bc600;}
.pri.NW .pri_spec_std{border-color:#278263;}
.pri.PD .pri_spec_std{border-color:#0abfcf;}
.pri.MB .pri_spec_std{border-color:#e05e1f;}
.pri.BM .pri_spec_std{border-color:#3a64ba;}
.pri.AC .pri_spec_std{border-color:#8a4596;}
.pri.MX .pri_spec_std{border-color:#8a8a8a;}
.pri.OS .pri_spec_std{border-color:#8588ff;}
.pri.BoF .pri_spec_std{border-color:#d89e59;}
.pri.poster .pri_spec_std{border-color:#c45171;}

.pri_specs table{}
.pri_specs table th{width:36px;padding-right:6px;padding-top:4px;font-size:80%;font-weight:bold;letter-spacing:2px;text-align:right;vertical-align:top;}

.pri.KN .pri_specs table th{color:#df0202;}
.pri.ENG .pri_specs table th{color:#f5a100;}
.pri.VA .pri_specs table th{color:#b3c60f;}
.pri.GD .pri_specs table th{color:#14a98b;}
.pri.SND .pri_specs table th{color:#6bc600;}
.pri.NW .pri_specs table th{color:#278263;}
.pri.PD .pri_specs table th{color:#0abfcf;}
.pri.MB .pri_specs table th{color:#e05e1f;}
.pri.BM .pri_specs table th{color:#3a64ba;}
.pri.AC .pri_specs table th{color:#8a4596;}
.pri.MX .pri_specs table th{color:#8a8a8a;}
.pri.OS .pri_specs table th{color:#8588ff;}
.pri.BoF .pri_specs table th{color:#d89e59;}
.pri.poster .pri_specs table th{color:#c45171;}

.pri_specs table td{width:190px;padding:3px 0 3px 0;font-size:75%;line-height:1.25em;vertical-align:top;}
.pri_specs table td p.pri_change_datetime_announce{margin-top:0.3em;padding-left:0;font-size:94%;color:#c22;}

.pri_specs h5{padding-top:10px;margin-bottom:0.5em;font-size:74%;font-weight:bold;}
.pri.KN .pri_specs h5{color:#df0202;}
.pri.ENG .pri_specs h5{color:#f5a100;}
.pri.VA .pri_specs h5{color:#b3c60f;}
.pri.GD .pri_specs h5{color:#14a98b;}
.pri.SND .pri_specs h5{color:#6bc600;}
.pri.NW .pri_specs h5{color:#278263;}
.pri.PD .pri_specs h5{color:#0abfcf;}
.pri.MB .pri_specs h5{color:#e05e1f;}
.pri.BM .pri_specs h5{color:#3a64ba;}
.pri.AC .pri_specs h5{color:#8a4596;}
.pri.MX .pri_specs h5{color:#8a8a8a;}
.pri.OS .pri_specs h5{color:#8588ff;}
.pri.BoF .pri_specs h5{color:#d89e59;}
.pri.poster .pri_specs h5{color:#c45171;}


.pri_specs p{padding-right:8px;line-height:1.4em;font-size:73%;text-align:justify;text-justify:distribute;
/* for mac ie \*//*/
text-align:left;
/* for mac ie */
}

.nlbar{color:#bbb;}

.pri_footnote{padding-top:0px;padding-bottom:0.4em;font-size:74%;color:#555;}


/* cancel session */
.pri.cancel_session{color:#aaa;}
.pri.cancel_session .pri_title h4 a{color:#bbb;}

p.pri_session_cancel_announce{font-size:74%;line-height:1.6em;font-weight:bold;color:#c33;padding:0 8px 0 8px;}

.speakers_li{/*max-width:670px;float:left;*/overflow:hidden;padding-bottom:12px;}
.sp_image{width:80px;float:left;}
.sp_photo_credit{margin-top:7px;padding-right:0px;font-size:65%;line-height:1.3em;text-align:right;color:#555;}
.sp_nameplate{width:80%;float:right;}
.sp_name{padding-top:0.2em;border-bottom:solid 1px #ccc;/*padding-bottom:0.1em;*/font-size:100%;font-weight:bold;}

.sp_organization{padding-top:0.1em;margin-top:-3px; margin-bottom:2px;/*font-size:90%;*/line-height:1.2em;}
.sp_division{padding-top:0.1em; margin-bottom:2px;/*font-size:78%;*/line-height:1.2em;}
.sp_title{padding-top:0.2em; margin-bottom:2px;/*font-size:70%;*/line-height:1.2em;}

.en .sp_title{padding-top:0.5em;font-size:74%;line-height:1.3em;padding-left:2px;}
.en .sp_division{padding-top:0.35em;font-size:80%;line-height:1.3em;padding-left:2px;}
.en .sp_organization{padding-top:0.4em;font-size:90%;line-height:1.3em;padding-left:2px;}

.sp_moderator{padding:0em 0 0.4em 0px;font-weight:bold;color:#393;font-size:84%;}

.speakers_asof{margin-bottom:14px;padding-right:10px;text-align:right;font-size:90%;font-weight:bold;color:#333;}
.program_index_sponsor{margin-bottom:16px;padding:6px 9px 0px 10px;border:solid 1px #ccc;}
.pispon_head{background:#eee;font-weight:bold;padding:4px 0 3px 10px;}
.pispon_body{}

td.pispon_logo{padding-left:8px;padding-top:5px;padding-bottom:12px;vertical-align:top;text-align:right;}
td.pispon_e{vertical-align:middle;padding-left:10px;padding-bottom:6px;text-align:left;}
p.pispon_name{padding-top:0px;padding-left:7px;font-weight:bold;font-size:90%;line-height:1.4em;}
.pri_highlight_comment{width:632px;margin-top:4px;background:url(../images/piece/highlight/bg.gif) repeat-y;}
.pri_highlight_comment_pad{padding:6px 18px 4px 18px;}
.pri_highlight_comment h5{margin-bottom:12px;}
.pri_highlight_comment p.hm{margin:0;margin-bottom:0.3em;padding:0;font-size:78%;line-height:1.5em;}
#program_index_control{margin-bottom:0.7em;padding-left:10px;}
#program_index_control p{font-size:78%;}
#program_index_control p input{vertical-align:middle;}
#program_index_control p label{padding-left:4px;}
#program_release_information{max-width:790px;margin-top:14px;border:solid 1px #BC8616;border-top:solid 5px #BC8616;}
#h_prinf{margin-left:30px;margin-top:20px;padding:6px 0 0 14px;font-weight:bold;font-size:120%;border-left:solid 22px #BC8616;}
#h_prinf span{font-size:80%;}
#prginf_subh{margin-top:1.4em;padding-left:40px;font-size:84%;}
#prginf_pad{padding:24px 16px 10px 16px;}

ul.prginf{margin-left:18px;padding-left:4px;margin-bottom:1.4em;}
ul.prginf li{margin-bottom:0.6em;padding-right:2em;font-size:90%;padding-left:16px;font-weight:bold;background:url(../images/common/misc/bullet_disc.gif) 0 2px no-repeat;}
ul.prginf ul{margin-top:0.8em;margin-bottom:0.8em;padding-left:0.6em;}
ul.prginf ul li{padding-right:2em;font-size:90%;padding-left:4px;border-left:none;font-weight:normal;background:none;}
ul.prginf ul li img{vertical-align:bottom;padding-right:6px;}
ul.prginf ul li#prginf_short_session{margin-top:1.4em;}
ul.prginf ul li.prginf_regular_style{padding-left:14px;margin-top:0.7em;margin-left:4px;background:url(../images/common/misc/bullet_tri.gif) 0 center no-repeat;}

.ten3{padding-left:6px;padding-right:6px;}
.c_g{font-weight:bold;font-size:100%;}
.c_g_uchi{font-size:90%;}
.comingsoon{color:#b77;}


.packed_short_session{width:640px;margin-bottom:1.4em;margin-left:5px;border:solid 2px #bfbfbf;}

.packed_short_session_head{width:640px;overflow:hidden;background:#bfbfbf;}
.h_shortpack{width:550px;float:left;padding:8px 0 0.4em 20px;font-weight:bold;color:#fff;}
.packed_short_session_ics{width:40px;float:right;padding-top:2px;}

.packed_short_session_pad{width:620px;padding:20px 0px 20px 15px;}
.shortpack_time{padding-left:0.3em;font-size:90%;}
.shortpack_time.display_block{display:block;margin-top:0.4em;}
.packed_short_session ul.program_index{width:610px;padding-left:0;padding-right:0;}
.packed_short_session .pri{width:610px;}
.packed_short_session .pri_pad{padding:8px 5px 10px 5px;}

.packed_short_session .pri_head{width:610px;}
.packed_short_session .pri_icons{width:610px;}
.packed_short_session .pri_icons_std{width:450px;}
.packed_short_session .pri_function{width:90px;}

.packed_short_session .pri_title{width:600px;}
.packed_short_session .pri_body{width:600px;}
.packed_short_session .pri_body_w{width:325px;}
.packed_short_session .pri_speakers{width:325px;}
.packed_short_session .pri_body_e{width:260px;}

.packed_short_session .speakers_li{width:325px;}
.packed_short_session .sp_image{width:80px;}
.packed_short_session .sp_nameplate{width:235px;}

.co_loc{padding-left:8px;font-weight:bold;line-height:1.4em;border-bottom:solid 1px #333;color:#333;}

.int_result{border-left:#006 5px solid; border-bottom:#006 1px solid; size: 15px; padding:5px; font-weight:bold;}
.int_result_title{font-size:140%; font-weight:bold; line-height:150%;}




.pgl{max-width:/*800px;*/border-top:solid 5px;}
.pgl_pad{padding:8px 0px 0px 0px;}

.pgl.KN{border-top-color:#df0202;}
.pgl.ENG{border-top-color:#f5a100;}
.pgl.VA{border-top-color:#b3c60f;}
.pgl.GD{border-top-color:#14a98b;}
.pgl.SND{border-top-color:#6bc600;}
.pgl.NW{border-top-color:#278263;}
.pgl.PD{border-top-color:#0abfcf;}
.pgl.MB{border-top-color:#e05e1f;}
.pgl.BM{border-top-color:#3a64ba;}
.pgl.AC{border-top-color:#8a4596;}
.pgl.MX{border-top-color:#8a8a8a;}
.pgl.OS{border-top-color:#8588ff;}
.pgl.BoF{border-top-color:#d89e59;}
.pgl.poster{border-top-color:#c45171;}

.pgl_head{/*max-width:640px;*/}
.pgl_icons{max-width:640px;overflow:hidden;height:34px;}
.pgl_icons_std{/*max-width:545px*/;float:left;padding-left:8px;}
.pgl_icons_std img{vertical-align:bottom;}
.pgl_highlight_icon{padding-left:4px;}
a.pgl_genre2{padding-right:2px;}

.pgl_translation{padding-left:10px;padding-right:10px;}

.pgl_function{width:100px;float:right;padding:2px 0px;text-align:center;}
.pgl_function img{vertical-align:bottom;}

.pgl_title{/*width:630px;*/overflow:hidden;padding-top:0.5em;}
.pgl_title h3{padding-left:8px;font-weight:bold;line-height:1.3em;}



.pgl.vip .pgl_title h3{font-size:150%;line-height:1.5em;}

.pgl_datetime{margin-top:0.2em;/*border-top:dotted 1px;*/padding-left:0.5em;padding-top:0.2em;font-size:18px;}
.pgl.KN .pgl_datetime{border-top-color:#df0202;}
.pgl.ENG .pgl_datetime{border-top-color:#f5a100;}
.pgl.VA .pgl_datetime{border-top-color:#b3c60f;}
.pgl.GD .pgl_datetime{border-top-color:#14a98b;}
.pgl.SND .pgl_datetime{border-top-color:#6bc600;}
.pgl.NW .pgl_datetime{border-top-color:#278263;}
.pgl.PD .pgl_datetime{border-top-color:#0abfcf;}
.pgl.MB .pgl_datetime{border-top-color:#e05e1f;}
.pgl.BM .pgl_datetime{border-top-color:#3a64ba;}
.pgl.AC .pgl_datetime{border-top-color:#8a4596;}
.pgl.MX .pgl_datetime{border-top-color:#8a8a8a;}
.pgl.OS .pgl_datetime{border-top-color:#8588ff;}
.pgl.BoF .pgl_datetime{border-top-color:#d89e59;}
.pgl.poster .pgl_datetime{border-top-color:#c45171;}

.pgl_datetime dt{display:inline;font-weight:bold;font-size:84%;border-left:solid 5px;padding-left:8px;}
.pgl_datetime dd{display:inline;padding-right:1.2em;font-weight:bold;color:#000;font-size:82%;font-weight:normal;}

.pgl.KN .pgl_datetime dt{border-left-color:#df0202;color:#df0202;}
.pgl.ENG .pgl_datetime dt{border-left-color:#f5a100;color:#f5a100;}
.pgl.VA .pgl_datetime dt{border-left-color:#b3c60f;color:#b3c60f;}
.pgl.GD .pgl_datetime dt{border-left-color:#14a98b;color:#14a98b;}
.pgl.SND .pgl_datetime dt{border-left-color:#6bc600;color:#6bc600;}
.pgl.NW .pgl_datetime dt{border-left-color:#278263;color:#278263;}
.pgl.PD .pgl_datetime dt{border-left-color:#0abfcf;color:#0abfcf;}
.pgl.MB .pgl_datetime dt{border-left-color:#e05e1f;color:#e05e1f;}
.pgl.BM .pgl_datetime dt{border-left-color:#3a64ba;color:#3a64ba;}
.pgl.AC .pgl_datetime dt{border-left-color:#8a4596;color:#8a4596;}
.pgl.MX .pgl_datetime dt{border-left-color:#8a8a8a;color:#8a8a8a;}
.pgl.OS .pgl_datetime dt{border-left-color:#8588ff;color:#8588ff;}
.pgl.BoF .pgl_datetime dt{border-left-color:#d89e59;color:#d89e59;}
.pgl.poster .pgl_datetime dt{border-left-color:#c45171;color:#c45171;}

.pgl_body{margin-top:8px;}
.pgl_body h4{margin-bottom:1em;padding-left:0em;padding-top:0.4em;font-weight:bold;}

.pgl_body_north{padding:0px 20px 0px 8px;}
.pgl_spec{width:100%;}
.pgl_spec th,
.pgl_spec td{text-align:left; vertical-align:top;padding-top:3px;padding-bottom:3px;/*font-size:98%;*/}
.pgl_spec th{width:20%;padding-top:5px;padding-bottom:5px;}
.pgl_spec td{/*width:520px;*/max-width:760px;padding-top:8px;padding-bottom:5px;line-height:1.2em;}
.pgl_spec th h5{margin-bottom:0.5em;padding-top:3px;padding-left:8px;font-weight:bold;line-height:1.3em;border-left:solid 5px;}
.pgl.KN .pgl_spec th h5{color:#df0202;border-left-color:#df0202;}
.pgl.ENG .pgl_spec th h5{color:#f5a100;border-left-color:#f5a100;}
.pgl.VA .pgl_spec th h5{color:#b3c60f;border-left-color:#b3c60f;}
.pgl.GD .pgl_spec th h5{color:#14a98b;border-left-color:#14a98b;}
.pgl.SND .pgl_spec th h5{color:#6bc600;border-left-color:#6bc600;}
.pgl.NW .pgl_spec th h5{color:#278263;border-left-color:#278263;}
.pgl.PD .pgl_spec th h5{color:#0abfcf;border-left-color:#0abfcf;}
.pgl.MB .pgl_spec th h5{color:#e05e1f;border-left-color:#e05e1f;}
.pgl.BM .pgl_spec th h5{color:#3a64ba;border-left-color:#3a64ba;}
.pgl.AC .pgl_spec th h5{color:#8a4596;border-left-color:#8a4596;}
.pgl.MX .pgl_spec th h5{color:#8a8a8a;border-left-color:#8a8a8a;}
.pgl.OS .pgl_spec th h5{color:#8588ff;border-left-color:#8588ff;}
.pgl.BoF .pgl_spec th h5{color:#d89e59;border-left-color:#d89e59;}
.pgl.poster .pgl_spec th h5{color:#c45171;border-left-color:#c45171;}


.pgl_description{
	max-width:800px;margin-top:8px;margin-bottom:0; /*background:url(../images/cedec_ja/program/leafs/bg_description.gif) repeat-y;*/
	background:#DEDEDE;
	border:#666 1px dashed;
	border-radius: 12px
	

}

.pgl_description h5{
	padding: 10px 10px 5px 12px;
	font-weight: bold;
}


.pgl_description_pad{padding:10px 10px 2px 12px;}
.pgl_description p.hm{margin-bottom:0.9em;padding:0;line-height:1.6em;text-align:left;}

.pgl_footnote{padding-top:12px;padding-left:14px;padding-bottom:0.4em;font-size:90%;color:#555;}

.pgl_spk{margin-top:16px;border-top:solid 3px;padding-top:8px;}
.pgl.KN .pgl_spk{border-top-color:#df0202;}
.pgl.ENG .pgl_spk{border-top-color:#f5a100;}
.pgl.VA .pgl_spk{border-top-color:#b3c60f;}
.pgl.GD .pgl_spk{border-top-color:#14a98b;}
.pgl.SND .pgl_spk{border-top-color:#6bc600;}
.pgl.NW .pgl_spk{border-top-color:#278263;}
.pgl.PD .pgl_spk{border-top-color:#0abfcf;}
.pgl.MB .pgl_spk{border-top-color:#e05e1f;}
.pgl.BM .pgl_spk{border-top-color:#3a64ba;}
.pgl.AC .pgl_spk{border-top-color:#8a4596;}
.pgl.MX .pgl_spk{border-top-color:#8a8a8a;}
.pgl.OS .pgl_spk{border-top-color:#8588ff;}
.pgl.BoF .pgl_spk{border-top-color:#d89e59;}
.pgl.poster .pgl_spk{border-top-color:#c45171;}

.pgl_spk h4{margin-bottom:10px;}
.pgl_spk h4 img{vertical-align:bottom;}

.pgl_change_datetime_announce{margin-top:0.7em;padding-left:5em;font-size:90%;color:#c22;}


/* cancel session */
.pgl.cancel_session{color:#888;}
.pgl.cancel_session .pgl_title h3{color:#bbb;}
.pgl.cancel_session .pgl_datetime dd{color:#888;}
.pgl_session_cancel_announce{font-size:84%;line-height:1.6em;font-weight:bold;color:#c33;margin-top:1em;padding-top:0.6em;border-top:solid 3px #c33;padding-left:10px;}


.speakers_asof{padding-right:20px;text-align:right;font-size:90%;font-weight:bold;color:#333;}
.pgl_speaker{/*max-width:800px;*/margin-bottom:16px;border:solid 1px #dedede;border-top:solid 1px #dedede;background:#fefefe;}

.pgl_speaker_pad{/*max-width:630px;*/overflow:hidden;padding:12px 10px 12px 10px;}

.pgl_sp_farwest{/*width:15%;*/float:left;}
.pgl_sp_east{width:85%;float:left;padding-right:12px;}

.pgl_sp_photo{padding-left:3px;}
.pgl_sp_photo_credit{margin-top:7px;padding-right:7px;font-size:65%;line-height:1.3em;text-align:right;color:#555;}
.pgl_sp_nameplate{margin-bottom:1em;}
.pgl_sp_name{padding-top:0.4em;border-bottom:solid 1px #ccc;padding-bottom:0.3em;font-size:100%;font-weight:bold;}

.pgl_sp_organization{margin-top:-5px;margin-bottom:-1px;line-height:1.2em;}
.pgl_sp_division{padding-top:0.1em;margin-bottom:-1px;line-height:1.2em;}
.pgl_sp_title{padding-top:0.1em;line-height:1.2em;}

.en .pgl_sp_title{padding-top:0.5em;font-size:90%;line-height:1.3em;padding-left:2px;}
.en .pgl_sp_division{padding-top:0.35em;font-size:80%;line-height:1.3em;padding-left:2px;}
.en .pgl_sp_organization{padding-top:0.4em;font-size:90%;line-height:1.3em;padding-left:2px;}

.pgl_sp_descriptions{}
.pgl_sp_profile{margin-bottom:0.8em;font-size:100%;line-height:1.5em;text-align:left;}
.h_pgl_sp_message{/*font-size:90%;*/font-weight:bold;margin-top:1em;margin-bottom:0.6em;color:#a44;}
.pgl_sp_message{margin-bottom:0.8em;/*font-size:78%;*/line-height:1.5em;text-align:left;}

.ja .pgl_moderator{padding:0.8em 0 0em 16px;font-weight:bold;color:#393;font-size:95%;}
.en .pgl_moderator{padding:0.8em 0 0em 20px;font-weight:bold;color:#393;font-size:95%;}
.program_leaf_sponsor{margin-top:14px;margin-bottom:16px;padding:6px 10px 0px 10px;border:solid 1px #ccc;}
.plspon_head{background:#eee;font-weight:bold;padding:4px 0 3px 10px;}
.plspon_body{}

td.plspon_logo{padding-left:14px;padding-top:5px;padding-bottom:12px;vertical-align:top;text-align:right;}
td.plspon_e{vertical-align:middle;padding-left:15px;padding-bottom:6px;text-align:left;}
p.plspon_name{padding-top:0px;padding-left:9px;font-weight:bold;font-size:100%;line-height:1.4em;}
ul.pgl_special_speakers{margin-top:1em;padding-left:12px;}
ul.pgl_special_speakers li{padding-bottom:0.7em;color:#333;}
ul.pgl_special_speakers li th, ul.pgl_special_speakers li td{vertical-align:top;}
ul.pgl_special_speakers li td{padding-top:0.13em;}
ul.pgl_special_speakers li th.spsp_name{padding-right:1em;font-size:120%;color:#d74c00;font-weight:bold;white-space:nowrap;}

.ja ul.pgl_special_speakers li td span.spsp_organization{padding-right:0.5em;font-size:100%;font-weight:bold;}
.ja ul.pgl_special_speakers li td span.spsp_division{padding-right:0.5em;font-size:84%;font-weight:bold;}
.ja ul.pgl_special_speakers li td span.spsp_title{font-size:84%;font-weight:bold;}

.en ul.pgl_special_speakers li td span.spsp_organization{padding-right:0.5em;font-size:90%;font-weight:bold;}
.en ul.pgl_special_speakers li td span.spsp_division{padding-right:0.5em;font-size:90%;font-weight:bold;}
.en ul.pgl_special_speakers li td span.spsp_title{font-size:84%;font-weight:bold;}
.pgl_highlight_comment{width:632px;margin-top:18px;margin-bottom:18px;background:url(../images/piece/highlight/bg.gif) repeat-y;}
.pgl_highlight_comment_pad{padding:6px 18px 4px 18px;}
.pgl_highlight_comment h5{margin-bottom:12px;}
.pgl_highlight_comment p.hm{margin:0;margin-bottom:0.3em;padding:0;font-size:78%;line-height:1.5em;}





.pgl_co_nameplate{padding-left:20px;margin-bottom:1em;}
.pgl_co_title{padding-top:0.4em;border-bottom:solid 1px #ccc;padding-bottom:0.3em;font-size:140%;font-weight:bold;margin-right:20px;}
.ja .pgl_co_name{padding-top:0.5em;font-size:78%;line-height:1.3em;margin-right:25px;}





/*----------------------------------------------スポンサーリスト----------------------------------------------*/


#sponsor_pleq{padding-top:12px;padding-left:36px;}
#sponsor_pleq li{font-size:90%;margin-bottom:0.9em;font-weight:bold;}
ul.sponsor_list{/*max-width:900px*/;overflow:hidden;margin:0 auto;}
ul.sponsor_list li{/*width:180px;*/float:left; padding:30px 15px 30px 15px;}
span.textlogo{display:block;padding-top:23%;font-weight:bold;font-size:90%;}


#h4_sponsor_rank_platinum{margin-top:12px;padding:4px 0 4px 8px;*/border-left:solid 8px #333627;;font-weight:bold;color:#333627;}
#h4_sponsor_rank_gold{margin-top:12px;padding:4px 0 4px 8px;border-left:solid 8px #c09a00;;font-weight:bold;color:#c09a00;}
#h4_sponsor_rank_silver{margin-top:18px;padding:4px 0 4px 8px;border-left:solid 8px #bbb;font-weight:bold;color:#999;}

#sponsor_platinum_list{/*max-width:900px;*/overflow:hidden;}
#sponsor_platinum_list li{width:300px;float:left;padding-left:0px;}

#sponsor_gold_list{/*max-width:900px;*/overflow:hidden;}
#sponsor_gold_list li{width:200px;float:left;padding-left:15px;}

#sponsor_silver_list{/*max-width:900px;*/overflow:hidden;padding-left:0px;}
#sponsor_silver_list li{width:180px;float:left; margin:0 0 0 5;}


.sponsor_center_four{position:relative; left:5%;}
.sponsor_center_three{position:relative; left:10%;}
.sponsor_center_two{position:relative; left:22%;}




/*----------------------------------------------展示----------------------------------------------*/




#pr_exhibit_list{margin-top:16px;margin-left:4px;}
.pr_exhibit_li{max-width:800px;margin-bottom:1em;padding-bottom:1.3em;border:solid 3px #DECDDD;}
.pr_exhibit_li_pad{padding:20px 12px 0px 20px;}
.pr_exhibit_li h4{margin-bottom:0.7em;margin-left:0.4em;padding:4px 0 4px 13px;border-left:solid 5px #2D0C63;font-size:110%;font-weight:bold;color:#2D0C63;letter-spacing:1px;}
.pr_exhibit_li .prex_body{max-width:760px;overflow:hidden;}
.pr_exhibit_li .prex_body_w{max-width:160px;float:left;}
.pr_exhibit_li .prex_body_e{max-width:540px;float:left;}
.prex_logo{text-align:center;}

.pr_exhibit_content h5{margin-bottom:0.8em;padding-top:3px;font-size:85%;font-weight:bold;line-height:1.4em;}
.pr_exhibit_content h6{margin-bottom:0.6em;padding-left:0.8em;font-size:76%;font-weight:bold;}
.pr_exhibit_content p{margin-bottom:0.7em;font-size:82%;line-height:1.45em;text-align:left;}
.pr_exhibit_content ul{margin-top:1em;margin-bottom:1em;}
.pr_exhibit_content li{margin-bottom:0.4em;line-height:1.4em;font-size:80%;}




/*----------------------------------------------slide----------------------------------------------*/


.slider {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.slides {
  height: 100%;
  /* Clear fix */
  overflow: hidden;
  *zoom: 1;
  /**
   * Prevent blinking issue
   * Not tested. Experimental.
   */
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.slide {
  height: 100%;
  float: left;
  clear: none;
}

.slider-arrow {
  position: absolute;
  display: block;
  margin-bottom: -20px;
  padding: 20px;
}

.slider-arrow--right {
  bottom: 50%;
  right: 30px;
}

.slider-arrow--left {
  bottom: 50%;
  left: 30px;
}

.slider-nav {
  position: absolute;
  bottom: 30px;
}

.slider-nav__item {
  width: 12px;
  height: 12px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  background: #fff;
}

.slider-nav__item:hover {
  background: #ccc;
}

.slider-nav__item--current {
  background: #ccc;
}

/*----------------------------------------------Countdown----------------------------------------------*/




.countdown{
/*	background:url(../img/common/countdown_bg_text.png);
	background-repeat:no-repeat;
	background-position:50% 0;
*/	
	padding-top:0px;
	font-size:46px;
	line-height:120%;
}
.countdown p{
	padding:0;
}
.apply_button{
}

.countdown_end{
	background-repeat:no-repeat;
	background-position:50% 0;
	float:left;
	padding-top:0px;
	color:#26201F;
	max-width:350px;
	font-size:32px;
	font-weight:bold;
	line-height:160%;
	padding-bottom:-30px;
	text-align:center;
}

.countdown_application{
	float:right;
}


.fixed_height_kn1{
	height:500px;
}
.fixed_height_kn2{
	height:500px;
}
.fixed_height_kn3{
	height:500px;
}





/*----------------------------------------------AWARDS PRIZE----------------------------------------------*/



#aw_preannounce{width:640px;margin-top:2.2em;padding-top:1.3em;border-top:dashed 1px #c33;}
#aw_preannounce p.hm{margin-bottom:1em;padding-left:8px;padding-right:10px;}
.prize_item{width:100%;padding-left:10px;}
.prize_item_title{font-weight:bold;font-size:130%;line-height:1.3em;padding-bottom:0.35em;padding-left:38px;padding-top:6px;margin-bottom:0.4em;}
/*
#prize_item_PG .prize_item_title{color:#fe8108;border-bottom:solid 3px #fe8108;background:url(../images/piece/awards/rib_PG.gif) 5px 0.25em no-repeat;}
#prize_item_VA .prize_item_title{color:#a2bb12;border-bottom:solid 3px #a2bb12;background:url(../images/piece/awards/rib_VA.gif) 5px 0.25em no-repeat;}
#prize_item_GD .prize_item_title{color:#38cbb8;border-bottom:solid 3px #38cbb8;background:url(../images/piece/awards/rib_GD.gif) 5px 0.25em no-repeat;}
#prize_item_SND .prize_item_title{color:#30bf31;border-bottom:solid 3px #30bf31;background:url(../images/piece/awards/rib_SND.gif) 5px 0.25em no-repeat;}
#prize_item_NW .prize_item_title{color:#368425;border-bottom:solid 3px #368425;background:url(../images/piece/awards/rib_NW.gif) 5px 0.25em no-repeat;}
*/
#prize_item_PG .prize_item_title{color:#000;border-bottom:solid 3px #fe8108;background:url(../images/piece/awards/rib_PG.gif) 5px 0.25em no-repeat;}
#prize_item_VA .prize_item_title{color:#000;border-bottom:solid 3px #a2bb12;background:url(../images/piece/awards/rib_VA.gif) 5px 0.25em no-repeat;}
#prize_item_GD .prize_item_title{color:#000;border-bottom:solid 3px #38cbb8;background:url(../images/piece/awards/rib_GD.gif) 5px 0.25em no-repeat;}
#prize_item_SND .prize_item_title{color:#000;border-bottom:solid 3px #30bf31;background:url(../images/piece/awards/rib_SND.gif) 5px 0.25em no-repeat;}
#prize_item_NW .prize_item_title{color:#000;border-bottom:solid 3px #368425;background:url(../images/piece/awards/rib_NW.gif) 5px 0.25em no-repeat;}


.prize_item_name{font-weight:bold;padding-left:24px;padding-right:20px;line-height:1.4em;}
.prize_item_name1{font-size:100%;}
.prize_item_name1 span{font-size:90%;}
.prize_item_name2{font-size:90%;padding-left:1.4em;color:#003;}

#prize_item_PG .prize_item_name1{color:#003}
#prize_item_VA .prize_item_name1{color:#003;}
#prize_item_GD .prize_item_name1{color:#003;}
#prize_item_SND .prize_item_name1{color:#003;}
#prize_item_NW .prize_item_name1{color:#003;}


.prize_item_body{max-width:900px;overflow:hidden;margin-top:1em;}
.prize_item_w{width:30%;float:left;}
.prize_item_e{width:70%;float:right;}

.prize_item_image{padding-top:8px;}
.h_prize_item_comment{margin-bottom:1em;}
.prize_item_comment{width:100%;padding-left:6px;padding-right:14px;font-size:84%;line-height:1.6em;}


#prize_item_NW{margin-bottom:4.5em;}
#ds10_copyright{margin-top:5px;padding-left:14px;}
#ds10_copyright p{font-size:64%;color:#555;margin-bottom:0.3em;}
.prize_special_writing{max-width:900px;padding-left:0px;}

.psw_body{width:100%;overflow:hidden;}
.psw_w{width:22%;float:left;}
.psw_e{width:78%;float:right;}


.psw_body_book{overflow:hidden;}
.psw_w_book{float:left;max-width:260px;}
.psw_e_book{float:right;max-width:500px;}


.psw_title{padding-top:16px;margin-bottom:1em;font-weight:bold;font-size:120%;;color:#000; line-height:160%;}
.psw_title span.oyobi{font-size:80%;padding-left:0.3em;padding-right:0.3em;}
.psw_organization{font-size:100%;color:#000; font-weight:normal;}

.h_psw_comment{background: #999; border:1px dotted #666; color:#fff; margin-bottom:10px; padding:5px;}
.h_psw_comment p{padding:10px; font-size:120%;}

.psw_comment{width:100%;padding:5px;line-height:1.6em;
	background:#FEF7D1;
	border:#666 1px dashed;
	border-radius: 8px;
}
.psw_profile{width:100%;padding:5px;line-height:1.6em;
	background:#FFF9FD;
	border:#666 1px dashed;
	border-radius: 8px;
}


.psw_image{padding-top:8px;}

.img_caption{padding-top:5px;font-size:70%;line-height:120%;}

.winner{
	text-align:center;
	padding:15px;
}

.psw_name_special{
	font-size:160%;
	font-weight:bold;
	padding:15px 0 0 0;
}


.prize_double{width:100%;padding-left:6px;padding-right:14px;font-size:90%;line-height:1.6em;
	background:#EFF5F0;
	border:#666 1px dashed;
	border-radius: 8px;
}

.squeeze{
	margin:15px 0;
}

.floormap{
	float:left;
	max-width:420px;	
	}






/*
	Escape Velocity 2.5 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
