/*
CONTENT------------------------------------
TITLE:  layout2colMS.css
EXERPT: layout2colMS width adjuster
UPDATE: 08/09/16

INDEX:
		along with elements.css
			
COPYRIGHT: GREE,Inc. All Rights Reserved.
-------------------------------------------
*/

/* @group layout2colMS */

/* @group maincol > splashMenu */

.splashMenu ul li {
	width: 280px;
}

/* @end */

/* @group maincol > main2col */

div.main2col div.colLeft,
div.main2col div.colRight {
	width: 300px;
}
*html div.main2col div.colLeft,
*html div.main2col div.colRight {
	width: 300px;
}/*hack for IE6&7*/
/* @end */

/* @group maincol > dateList */

dl.dateList dt {
	width: 90px;
}
dl.dateList dd {
	width: 520px;
}

/* @end */

/* @group maincol > questionList */

dl.questionList dt {
	width: 1.5em;
}
dl.questionList dd {
	width: 600px;
}

/* @end */

/* @group maincol > halfList */

div.halfList li{
	width: 312px;
}
/* @end */

/* @group maincol > halfList2 */

ul.halfList2 li{
	width: 250px;
}

/* @end */

/* @group maincol > simpleList */

dl.simpleList dt {
	width: 120px;
}
dl.simpleList dd {
	width: 470px;
}
dl.simpleList2 dt {
	width: 120px;
}
dl.simpleList2 dd {
	width: 474px;
}

/* @end */

/* @group maincol > docinfo */

div.docinfo div.colLeft {
	width: 200px;
}
div.docinfo div.colRight {
	width: 350px;
}
/* @end */


/* @group maincol > getAdobeReader */

.getAdobeReader div.button{
	width: 174px;
}
.getAdobeReader p{
	width: 430px;
}

/* @end */

/* @group maincol > recruitSubmitBtn */

#maincol .recruitSubmitBtn {
	text-align: center;
	padding: 24px 0 0 0;
}
#maincol .recruitSubmitBtn a {
	display: block;
	margin: 0 auto;
	text-indent: -5000px;
	background-image: url(/img/corp/common/recruitSubmitBtn.gif);
	width: 120px;
	height: 35px;
}

/* @end */



/* @group maincol > col2by1 */

div.col2by1 div.colLeft{
	width: 65%;
}
div.col2by1 div.colRight{
	width: 33%;
}

/* @end */

/* @group maincol > col1by2 */

div.col1by2 div.colLeft{
	width: 150px;
}
div.col1by2 div.colRight{
	width: 450px;
}
div.col1by3 div.colLeft{
	width: 120px;
}
div.col1by3 div.colRight{
	width: 480px;
}

/* @end */
/* @end */
