@charset "utf-8";
/* restcss
------------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
body{
font-family: Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color: #431c06;
}
.clearfix:after {
content: "";
clear: both;
display: block;
}

/* ------------------------------------------------------------------------------------------- */
/* Global Styles */

a:hover , 
a:active ,
a:visited {
	color: #431c06;
}
/*header*/
header {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
/* Logo placeholder*/
#logo {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: -20px;
}

/* Offer text banner*/
#offer {
	clear: both;
	background-image: url("https://cdn.3ple.jp/rsp/rsp58/images/bg_title.jpg");
	background-position: top right;
    background-repeat: no-repeat;
	position: relative;
}
#mainWrapper {
	width: 1000px;
	margin: 0 auto;
}
#mainWrapper #offer h1 {

}

#mainWrapper #offer h2 {
	font-size: 24px;
	padding: 15px;
	text-align: center;
	border: 3px solid #431c06;
	background-color: #fff;
}
/* Main content of the site */
#content {
	clear: both;
	overflow: hidden;
	margin-top: 30px;
}
/* Sidebar */
#content .sidebar {
	float: right;
    width: 300px;
	background-color: #fffcd5;
}
.btn_link {
	text-align: center;
	margin: 15px 5%;
	border-radius: 10px;
	padding: 10px;
	background-color: #f98aa0;
	color: #fff;
}
.btn_link a {
		color: #fff;
}
/* main content of the site */
#content .mainContent {
	float: left;
	width: 680px;
}
#content .mainContent.secSocialinGadget1 {
    padding: 0 !important;
}
#content .txt_lead {
	display: none;
}
#content .mainContent p {	
	font-size: 14px;
	padding-bottom: 10px;
}
#content .mainContent .box_sec {
	clear: both;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #431c06;
	overflow: auto;
}

#content .mainContent h2 {
text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 5px 15px;
	margin-bottom: 15px;
	background-image: url("http://cdn.3ple.jp/rsp/bg_title.png");
	background-position: center top;
    background-repeat: no-repeat;
	background-size:contain;
}
#content .mainContent h3 {
	text-align: center;
	font-size: 22px;
	padding: 10px;
	margin-bottom: 15px;
	font-weight: bold;
	background-color: #c7e7ea;
	border-radius: 5px;
}
dl.list_awards {
	margin: 0 auto 15px;
	display: block;
	padding-left: 0;
	font-size: 14px;
}
dl.list_awards dt { vertical-align: middle;line-height: 30px;display: flex;}
dl.list_awards dd { margin-bottom: 15px;}
/*menubar's properties for menus in sidebar */
#content .sidebar #menubar {
	text-align: left;
	position: relative;
	padding: 15px;
}
.unit_attention {background-color: #EAEAEA; padding: 15px;}
p.pic_prize {
	display: table-cell;
	padding: 0 10px 0 0;
}
p.txt_prize {
	display: table-cell;
	vertical-align: top;
	padding: 0;
}
.unit_pic {display: inline-block; width: 335px; text-align: center; margin: 0 auto;}
.img_photo { text-align: center;}
.entry_company table , .entry_company td , .entry_company th {
	border-collapse: collapse;
	border: 1px solid;
	padding: 3px;
    }
.entry_company th {text-align: center; font-weight: bold; background-color:  #fffcd5;}
/* footer */
footer {
	clear: both;
	overflow: auto;
	font-weight: 200;
	text-align: center;
	padding: 15px;
	background: #f5f5f5;
    border-top: 3px solid #e2e2e2;
}

footer a {
	text-align: center;
	margin: 30px;
	text-decoration: underline;
    background: url("http://www.3ple.jp/image/common/icon/list_pink.png") no-repeat left center;
    background-size: 5px 8px;
    padding-left: 10px;
}

/* Product's images in catalog */
.productInfo div img {
	width: 100%;
}
#copy {
    color: #ff1b8e;
    height: 25px;
    line-height: 25px;
    padding: 5px 0;
    text-align: center;
}
/* Menu headings in sidebar */
#menubar .menu h2 {
	background-color: #fff100;
	text-align: center;
    font-size: 18px;
    padding: 10px 15px;
    font-weight: bold;
	border-radius: 5px;
}
#menubar .menu dl {
	text-align: left;
}
#menubar .menu dt {
	color: #f98aa0;
	font-weight: bold;
	padding: 10px 0;
}
.sidebar #menubar .menu {
	margin-bottom: 29px;
}
.menu ul li {
	padding: 5px;
}
.menu ul li a {
	text-align: center;
	text-decoration: none;
    background: url("http://www.3ple.jp/image/common/icon/list_pink.png") no-repeat left center;
    background-size: 5px 8px;
    padding-left: 10px;
	color: #431c06;
	text-align: left;
}
#box_chat {
	overflow: scroll;
	border: 2px solid #ccc;
	height: 400px;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
/*参加企業部分 */
ul.award_list {
	margin: 0 auto;
	display: block;
	padding-left: 0;
}
ul.award_list li{
	font-size: 12px;
	float: left;
	width: 40%;
	margin-left: 2%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	min-height: 140px;
	border-bottom: 1px solid #afafaf;
}
ul.award_txt_list { clear: both; display: block;}
ul.award_txt_list li{
	font-size: 12px;
	float: left;
	width: 40%;
	margin-left: 2%;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #afafaf;
}

#mainWrapper #content .mainContent ul.award_list p.company_name {
	padding-bottom: 0px;
}
 .award_list .item{
  position:relative;
  width:122px;
	float: left;
}

 .award_list .item img{
  border:1px solid #999999;
  display:block;
  height:100px;
  width:100px;
}
 .award_list .item .ribbon{
  border:none;
  height:42px;
  position:absolute;
  padding:0;
  top:0;left 0;
  width:57px;
  z-index:2;
}
 .award_list .blog_count{
 margin:5px auto;
}

 li .blog_count a.link_blog{
  background-color: #f98aa0;
	border-radius: 5px;
	color: #ffffff;
	text-align: center;
	position: relative;
	margin: 0;
	padding: 5px 15px;
}
 #content h4{
  border-left:2px solid #431c06;
  padding: 0 0 0 10px;
  font-weight:bold;
  margin:10px 0;
	 clear: both;
}
#content h4.ttl_pick{
  border-left:none;
  padding: 10px;
  font-weight:bold;
  margin:10px 0;

	background: #fff100;
}
#content h4.ico_medal02 {
		clear: both;
	background-image: url("https://cdn.3ple.jp/rsp/rsp58/images/ico_medal02.png");
	background-position: 5px 5px;
    background-repeat: no-repeat;
	background-size: 30px 48px;
	padding-left:40px;
	position: relative;
}
#content h4.ico_medal {
		clear: both;
	background-image: url("https://cdn.3ple.jp/rsp/rsp58/images/ico_medal.png");
	background-position: 5px 5px;
    background-repeat: no-repeat;
	background-size: 30px 30px;
	padding-left:40px;
	position: relative;
}
#content h4.ttl_item {
border-bottom: 2px solid #431c06;
border-left: none;
vertical-align: middle;line-height: 40px;display: flex;}
.unit_prize {
	background: #fffcd5;
	padding: 10px;
}
#content .unit_prize p {font-size:16px; }
p.txt_alert {
	font-weight: bold;
	color: #e02f52;
}
.cont_fprize {
	text-align: center;
}
/*----------------------------------------------------
  .table
----------------------------------------------------*/
section table { width: 100%; }
section table {width: 100%;}
section th {
	 background: #f4f4f4;
}
table.demo01 { margin-bottom:  15px; width: 100%;}
.demo01 th {width: 30%; text-align: left; background: #f4f4f4;}
.demo01 th, .demo01 td {padding: 10px; border: 1px solid #ddd;}
@media only screen and (max-width:480px){
	.demo01 th, .demo01 td {width: 96%; padding: 2%; display: block;border-top: none;}
	.demo01 tr:first-child th {border-top:1px solid #ddd;}
}
@media only screen and (max-width: 480px) { 
	.demo03	{ margin: 0 -10px; }
	.demo03 tr {
		display:block;
		margin-bottom: 10px;
	}
	.demo03 th {
		display:block;
		width: 100%;
	}
	.demo03 td {
		display: list-item;
		width: 90%;
		margin-left: 10%;
		border:none;
	}
}
/* Media query for mobile
------------------------------------------------------------------------------------------- */

@media screen and (max-width:768px) {
	#content {
		margin-top: 0;
	}
#content .sidebar {
	float: none;
	width: 100%;
	height: auto;
	overflow: auto;
	padding-top: 0px;
}
/* Whole page content */
#mainWrapper {
	width: 100%;
	padding-left: 0;
}

#content {
	position: relative;
	overflow: hidden;
}
#offer {
	height: auto;
}
	.box_sec {
		padding-bottom: 0;
	}
/*menu headings in sidebar */
#menubar .menu h2 {
	display: inline;
}
#content .txt_lead {
	display: block;
	padding: 15px;
	text-align: center;
}
	.ttl_date {
		display: none;
	}
#content p.img_photo {
		text-align: center;
	margin: 0 auto;
	}
	ul.award_list li{
	float: none;
	width: 100%;
	margin-left: 0%;
}
	ul.award_txt_list li{
	float: none;
	width: 90%;
	margin-left: 0%;
}
/* menus in sidebar */
.sidebar #menubar .menu {
	width: 100%;
	position: relative;
	top: 16px;
}
/*menubar in sidebar */
#content .sidebar #menubar {
	position: relative;
	overflow: hidden;
	padding-top: 0px;
}
/* offer banners content */
#mainWrapper p {
	font-size: 14px;
}
/* main content region of page */
#mainWrapper #content .mainContent {
	overflow: hidden;
	width: 100%;
	margin-top: 0;
}

#mainWrapper #content .mainContent .sec_content {
		padding: 15px;
}
/* Container for links in footer */
#mainWrapper footer .footerlinks {
	float: none;
	width: 100%;
	position: relative;
	top: 17px;
	clear: both;
	text-align: center;
	left: 0%;
	padding-bottom: 19px;
}
/* Container for each footer divisions */
#mainWrapper footer div {
	width: 44%;
	text-align: justify;
	font-size: 15px;
}
/* Links in footer */
.footerlinks p a {
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline;
	padding-right: 35px;
}
/* Footer region */
#mainWrapper footer {
	padding-left: 16px;
	overflow: hidden;
}
/* Links in header */
header #headerLinks a {
	padding-left: 0px;
	padding-right: 30px;
}
/* Offer- Text banner */
#mainWrapper #offer {
	padding-left: 22%;
}

#mainWrapper {
	overflow : hidden ;
	width: 100%;
}
/* Logo placeholder*/
#mainWrapper header #logo {
	width: 100%;
	text-align: center;
	padding: 0 0 15px;
}

/*Offer - Text Banner */
#mainWrapper #offer {
	padding-left: 0px;
	text-align: center;
	background-image: none;
}
#mainWrapper #offer h1 {
	width: 100%;
	margin: 0 auto;
}
	#mainWrapper #offer h1 img {
		width: 100%;
	}
#mainWrapper #offer h2 {
	font-size: 18px;
	padding: 5px;
	float: none;
	width: auto;
	margin-top: 0;
	text-align: center;
	border: 3px solid #431c06;
	background-color: #fff;
}
/* Menubar in sidebar */
#content .sidebar #menubar {
	position: relative;
}
/*Menu headings in sidebar */
#menubar .menu h2 {
	display: block;
}

#mainWrapper footer div {
	width: 100%;
	margin-left: -16px;
	text-align: justify;
	padding-bottom: 16px;
	overflow: auto;
}

/* Main content which excludes the sidebar */
#mainwrapper #content .mainContent {
	text-align: center;
	width: 100%;
	padding-left: 0px;
}
}


